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