Esempio n. 1
0
 public CourierController(ICourierLocationService courierContext, ICourierTranslateService courierTranslateContext)
 {
     _courierContext          = courierContext;
     _courierTranslateContext = courierTranslateContext;
 }
 public CourierLocationsController(ICourierLocationService courierLocationService)
 {
     _courierLocationService = courierLocationService;
 }