Example #1
0
 public PedidosController(IPedidosService service, IProductosService productosServices, ICombosService combosService)
 {
     this.service           = service;
     this.productosServices = productosServices;
     this.combosService     = combosService;
 }
Example #2
0
 public CombosController(ICombosService service)
 {
     this.service = service;
 }