Пример #1
0
 public ConfiguringMmsService(IConfiguringMmsRepository configuringMmsRepository,
                              IAssemblyMmsRepository assemblyMmsRepository,
                              IMobileTestingMmsService mobileTestingMmsService,
                              IAuthorRepository authorRepository)
 {
     _configuringMmsRepository = configuringMmsRepository;
     _assemblyMmsRepository    = assemblyMmsRepository;
     _mobileTestingMmsService  = mobileTestingMmsService;
     _authorRepository         = authorRepository;
 }
Пример #2
0
 public MobileTestingMmsService(IMobileTestingMmsRepository mobileTestingMmsRepository,
                                IConfiguringMmsRepository configuringMmsRepository,
                                ICalibrationMmsService calibrationMmsService,
                                IAuthorRepository authorRepository)
 {
     _mobileTestingMmsRepository = mobileTestingMmsRepository;
     _configuringMmsRepository   = configuringMmsRepository;
     _calibrationMmsService      = calibrationMmsService;
     _authorRepository           = authorRepository;
 }