Ejemplo n.º 1
0
 public CreateModel(DeliveryItemTypeService deliveryItemTypeService, CarService carService, UserService userService, DeliveryService deliveryService)
 {
     _deliveryItemTypeService = deliveryItemTypeService;
     _carService      = carService;
     _userService     = userService;
     _deliveryService = deliveryService;
 }
Ejemplo n.º 2
0
 public DeleteModel(DeliveryItemTypeService deliveryItemTypeService)
 {
     _deliveryItemTypeService = deliveryItemTypeService;
 }
Ejemplo n.º 3
0
 public IndexModel(DeliveryItemTypeService deliveryItemTypeService)
 {
     _deliveryItemTypeService = deliveryItemTypeService;
 }
Ejemplo n.º 4
0
 public EditModel(DeliveryItemTypeService deliveryItemTypeService)
 {
     _deliveryItemTypeService = deliveryItemTypeService;
 }