Ejemplo n.º 1
0
 public ProductosController()
 {
     _productosBL   = new ProductosBL();
     _categoriasBL  = new CategoriasBL();
     _estructurasBL = new EstructurasBL();
     _vendedoresBL  = new VendedoresBL();
     _etiquetaBL    = new EtiquetaBL();
 }
Ejemplo n.º 2
0
 public EstructurasController()
 {
     _estructurasBL = new EstructurasBL();
 }