コード例 #1
0
 public ClientesBL()
 {
     _contexto     = new contexto();
     ListaClientes = new BindingList <Cliente>();
 }
コード例 #2
0
ファイル: ProductosBL.cs プロジェクト: ramasaki1/Rentas
 public ProductosBL()
 {
     _contexto      = new contexto();
     ListaProductos = new BindingList <Producto>();
 }
コード例 #3
0
 public SeguridadBL()
 {
     _contexto = new contexto();
 }
コード例 #4
0
 public CiudadBL()
 {
     _contexto     = new contexto();
     ListaCiudades = new BindingList <Ciudad>();
 }
コード例 #5
0
ファイル: ProveedoresBL.cs プロジェクト: ramasaki1/Rentas
 public ProveedoresBL()
 {
     _contexto        = new contexto();
     ListaProveedores = new BindingList <Proveedor>();
 }