public ClientesBL() { _contexto = new contexto(); ListaClientes = new BindingList <Cliente>(); }
public ProductosBL() { _contexto = new contexto(); ListaProductos = new BindingList <Producto>(); }
public SeguridadBL() { _contexto = new contexto(); }
public CiudadBL() { _contexto = new contexto(); ListaCiudades = new BindingList <Ciudad>(); }
public ProveedoresBL() { _contexto = new contexto(); ListaProveedores = new BindingList <Proveedor>(); }