Exemplo n.º 1
0
 public PlanDescriptor(ILocationService locationService, IStopActionService stopActionService, IDriverService driverService, /*IReportingService reportingService, */ IMapperService mapperService)
 {
     _locationService   = locationService;
     _stopActionService = stopActionService;
     _driverService     = driverService;
     _mapperService     = mapperService;
     _stopActions       = _stopActionService.GetStopActions();
 }