Select from following answers:- apply a servicecontract attribute to orderservice class. apply operationcontract attribute to each method of the orderservice class.
- create interface named IOrderService and apply the orderservice attribute to it. modify the orderservice class to implement the IOrderService
- Create interface named IOrderService and apply the orderservice attribute to it. apply an operationcontract attribute to each method of IOrderServicemodify the orderservice class to implement the IOrderService
- All Above
Apply an OperationContract Attribute to each method to expose the desire functionality
Show Correct Answer
|
Alert Moderator