Example #1
0
 public virtual void BeforeExecution(IAbpBeforeExecutionInterceptionContext context)
 {
 }
Example #2
0
 public override void BeforeExecution(IAbpBeforeExecutionInterceptionContext context)
 {
     Aspect.TestValue++;
 }
Example #3
0
 public override void BeforeExecution(IAbpBeforeExecutionInterceptionContext context)
 {
     Console.WriteLine("BeforeExecution ...");
     Aspect.TestValue++;
 }