Пример #1
0
 public RDTController(IRDTService rdtService, IFileService fileService,
                      ITestService testService, IMasterService masterService)
 {
     this._rdtService = rdtService;
     _fileService     = fileService;
     _testService     = testService;
     _masterService   = masterService;
 }
Пример #2
0
 public RDTServiceController(IRDTService rdtService)
 {
     this._rdtService = rdtService;
 }