Esempio n. 1
0
 public LocationsAppService(IRepository <Machine> machineRepository, IRepository <Location> locationRepository, ILocationsExcelExporter locationsExcelExporter)
 {
     _locationRepository     = locationRepository;
     _locationsExcelExporter = locationsExcelExporter;
     _machineRepository      = machineRepository;
 }
Esempio n. 2
0
 public LocationsAppService(IRepository <Location> locationRepository, ILocationsExcelExporter locationsExcelExporter)
 {
     _locationRepository     = locationRepository;
     _locationsExcelExporter = locationsExcelExporter;
 }