示例#1
0
 public login()
 {
     db = new EIContext();
 }
示例#2
0
文件: DbFactory.cs 项目: farhan78/EI
 public EIContext Init()
 {
     return dbContext ?? (dbContext = new EIContext());
 }
 public ClientMapper()
 {
     db = new EIContext();
 }
示例#4
0
文件: DbFactory.cs 项目: farhan78/EI
 public EIContext Init()
 {
     return(dbContext ?? (dbContext = new EIContext()));
 }