public login()
 {
     db = new EIContext();
 }
Example #2
0
 public EIContext Init()
 {
     return dbContext ?? (dbContext = new EIContext());
 }
 public ClientMapper()
 {
     db = new EIContext();
 }
Example #4
0
 public EIContext Init()
 {
     return(dbContext ?? (dbContext = new EIContext()));
 }