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