public OrdenDetalleController()
 {
     _ordenBL     = new OrdenesEnvioBL();
     _productosBL = new ProductosBL();
 }
Esempio n. 2
0
 public OrdenesMerkurController()
 {
     _ordenesBL  = new OrdenesEnvioBL();
     _clientesBL = new ClientesBL();
 }