Esempio n. 1
0
 public AopController(IAopExampleService aopService)
 {
     _aopService = aopService;
 }
Esempio n. 2
0
 public CachedAopService(IAopExampleService theRealService)
 {
     _theRealService = theRealService;
 }