Exemplo n.º 1
0
 public ImlApplicationAltService(ICommonDataService commonDataService, IImlLicenseService imlLicenseService,
                                 IObjectMapper objectMapper, MigrationDbContext context, ImlMedicineService imlMedicineService)
 {
     _commonDataService  = commonDataService;
     _imlLicenseService  = imlLicenseService;
     _objectMapper       = objectMapper;
     _context            = context;
     _imlMedicineService = imlMedicineService;
 }
 public ImlApplicationProcessService(ICommonDataService dataService,
                                     LimsExchangeService limsExchangeService,
                                     IObjectMapper objectMapper,
                                     IEntityStateHelper entityStateHelper,
                                     MigrationDbContext context, ImlMedicineService imlMedicineService)
 {
     _dataService         = dataService;
     _limsExchangeService = limsExchangeService;
     _objectMapper        = objectMapper;
     _entityStateHelper   = entityStateHelper;
     _context             = context;
     _imlMedicineService  = imlMedicineService;
 }