Tagged Questions
3
votes
3answers
991 views
WCF: Same Faultcontract on many methods
Take for example a project with 10 services and 20 methods on each service.
All services inherit from a base services which has a security check. The first thing each method does is to make a call to ...