Exemplo n.º 1
0
 public ProductosBL()
 {
     _contexto      = new Contexto();
     ListaProductos = new BindingList <Producto>();
 }
Exemplo n.º 2
0
 public UsuarioBL()
 {
     _contexo     = new Contexto();
     ListaUsuario = new BindingList <Usuario>();
 }
Exemplo n.º 3
0
 public CategoriaBL()
 {
     _contexto      = new Contexto();
     ListaCategoria = new BindingList <Categoria>();
 }
Exemplo n.º 4
0
 public SeguridadBL()
 {
     _contexto = new Contexto();
 }
Exemplo n.º 5
0
 public FacturasBL() // Constructor
 {
     _contexto = new Contexto();
     
 }