Пример #1
0
 public LocationsAppService(IRepository <Machine> machineRepository, IRepository <Location> locationRepository, ILocationsExcelExporter locationsExcelExporter)
 {
     _locationRepository     = locationRepository;
     _locationsExcelExporter = locationsExcelExporter;
     _machineRepository      = machineRepository;
 }
Пример #2
0
 public LocationsAppService(IRepository <Location> locationRepository, ILocationsExcelExporter locationsExcelExporter)
 {
     _locationRepository     = locationRepository;
     _locationsExcelExporter = locationsExcelExporter;
 }