Esempio n. 1
0
 public CategoriasBL()
 {
     _contexto       = new Contexto();
     ListaCategorias = new BindingList <Categoria>();
 }
Esempio n. 2
0
 public ClientesBL()
 {
     _contexto     = new Contexto();
     ListaClientes = new BindingList <Cliente>();
 }