Exemple #1
0
 public UpdateStatusCustomerController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }
 public AddressController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }
 public CustomerOrderController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }
 public UpdateSatusDriverController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }
Exemple #5
0
 public PromotionCodeController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }
 public PrinterOrderController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }
Exemple #7
0
 public ItemsController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }