コード例 #1
0
 public ClientesBL()
 {
     _contexto = new Contexto2();
 }
コード例 #2
0
 public CiudadesBL()
 {
     _contexto     = new Contexto2();
     ListaCiudades = new BindingList <Ciudad>();
 }
コード例 #3
0
 public ClientesBL()
 {
     _contexto     = new Contexto2();
     ListaClientes = new BindingList <Cliente>();
 }