コード例 #1
0
 public TestingService(IMlcProxy proxy)
 {
     this.MlcProxy = proxy;
 }
コード例 #2
0
ファイル: TrainingController.cs プロジェクト: supermuk/iudico
 public TrainingController(IMlcProxy mlcProxy)
 {
     MlcProxy = mlcProxy;
 }
コード例 #3
0
ファイル: TestingService.cs プロジェクト: supermuk/iudico
 public TestingService(IMlcProxy proxy)
 {
     this.MlcProxy = proxy;
 }
コード例 #4
0
 public TrainingController(IMlcProxy mlcProxy)
 {
     MlcProxy = mlcProxy;
 }