Exemplo n.º 1
0
 public void MyAfterInterceptor(AfterMethodInvocation call)
 {
     Console.WriteLine("after");
 }
Exemplo n.º 2
0
 public void AfterCall(AfterMethodInvocation call)
 {
     Console.WriteLine("after");
 }