コード例 #1
0
 public SeguridadBL()
 {
     _contexto = new Contexto();
 }
コード例 #2
0
ファイル: CategoriasBL.cs プロジェクト: valen2099/Bodega
 public CategoriasBL()
 {
     _contexto         = new Contexto();
     ListadeCategorias = new BindingList <Categoria>();
 }