Exemplo n.º 1
0
 public UpdateStatusCustomerController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }
Exemplo n.º 2
0
 public AddressController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }
 public CustomerOrderController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }
 public UpdateSatusDriverController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }
Exemplo n.º 5
0
 public PromotionCodeController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }
 public PrinterOrderController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }
Exemplo n.º 7
0
 public ItemsController(IOrdersInterface _ordersInterface)
 {
     this._ordersInterface = _ordersInterface;
 }