Inheritance: DbContext
Exemplo n.º 1
0
 public DALContext()
 {
     dbContext = new DB();
 }
Exemplo n.º 2
0
 public DALContext()
 {
     dbContext = new DB();
 }