Beispiel #1
0
 public emsDA()
 {
     dbContext = new emsDBContext();
 }
Beispiel #2
0
 public ManagerDA()
 {
     _dbcontext = new emsDBContext();
 }
Beispiel #3
0
 public AdminDA()
 {
     _dbcontext = new emsDBContext();
 }
Beispiel #4
0
 public UserDA()
 {
     _dbcontext = new emsDBContext();
 }
Beispiel #5
0
 public EventDA()
 {
     _dbContext = new emsDBContext();
 }