コード例 #1
0
 public OrdenDetalleController()
 {
     _ordenBL     = new OrdenesEnvioBL();
     _productosBL = new ProductosBL();
 }
コード例 #2
0
 public OrdenesMerkurController()
 {
     _ordenesBL  = new OrdenesEnvioBL();
     _clientesBL = new ClientesBL();
 }