Inheritance: DbContext
Beispiel #1
0
 public DALContext()
 {
     dbContext = new DB();
 }
Beispiel #2
0
 public DALContext()
 {
     dbContext = new DB();
 }