I have an interface ICustomerService: public interface ICustomerService { CustomerList FindAll(); } and a concrete class implementing that interface. Now I need to expose the method over the web u
I\'m developing an application that does some CRUD operations through a WCF service. The read method returns a complete entity, the update is performed through a legacy s开发者_高级运维ystem, and only
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question s开发者_Python百科o it's on-topic for Stack Overflow.