Example #1
0
 public ProductosController()
 {
     _productosBL   = new ProductosBL();
     _categoriasBL  = new CategoriasBL();
     _estructurasBL = new EstructurasBL();
     _vendedoresBL  = new VendedoresBL();
     _etiquetaBL    = new EtiquetaBL();
 }