Select from following answers:- ServiceContractAttribute and FaultContractAttribute
- OperationContractAttribute and FaultContractAttribute
- ServiceContractAttribute and OperationContractAttribute

- All Above
At a minimum, you will nned the ServiceContractAttribute to declare the contract and OperationcontractAttribute to declare any operations in that service contract.
Show Correct Answer
|
Alert Moderator