Пример #1
0
 public ProductosBL()
 {
     _contexto      = new Contexto();
     ListaProductos = new BindingList <Producto>();
 }
Пример #2
0
 public UsuarioBL()
 {
     _contexo     = new Contexto();
     ListaUsuario = new BindingList <Usuario>();
 }
Пример #3
0
 public CategoriaBL()
 {
     _contexto      = new Contexto();
     ListaCategoria = new BindingList <Categoria>();
 }
Пример #4
0
 public SeguridadBL()
 {
     _contexto = new Contexto();
 }
Пример #5
0
 public FacturasBL() // Constructor
 {
     _contexto = new Contexto();
     
 }