コード例 #1
0
ファイル: InterpreteController.cs プロジェクト: fjota/2DAWA
 public InterpreteController(IInterpreteService interpreteService)
 {
     this.interpreteService = interpreteService;
 }
コード例 #2
0
ファイル: DiscosController.cs プロジェクト: fjota/2DAWA
 public DiscosController(IDiscosService discosService, IInterpreteService interpreteService)
 {
     this.discosService     = discosService;
     this.interpreteService = interpreteService;
 }