i have several classes in my service layer.
i want to before call methods of these(every class),call they method of a spesific class after the spesific class call them.how is that possible in c#?
example at ASP.NET MVC :
CONTROLLER CLASESES -> A SPESIFIC CLASS -> SERVICE CLASSES
because i need to central logging,exception handling,checking user role and permissions.....