Example #1
0
 public ClientesBL()
 {
     _contexto     = new contexto();
     ListaClientes = new BindingList <Cliente>();
 }
Example #2
0
 public ProductosBL()
 {
     _contexto      = new contexto();
     ListaProductos = new BindingList <Producto>();
 }
Example #3
0
 public SeguridadBL()
 {
     _contexto = new contexto();
 }
Example #4
0
 public CiudadBL()
 {
     _contexto     = new contexto();
     ListaCiudades = new BindingList <Ciudad>();
 }
Example #5
0
 public ProveedoresBL()
 {
     _contexto        = new contexto();
     ListaProveedores = new BindingList <Proveedor>();
 }