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