コード例 #1
0
ファイル: AopController.cs プロジェクト: slovely/WcfExamples
 public AopController(IAopExampleService aopService)
 {
     _aopService = aopService;
 }
コード例 #2
0
 public CachedAopService(IAopExampleService theRealService)
 {
     _theRealService = theRealService;
 }