Ejemplo n.º 1
0
 public emsDA()
 {
     dbContext = new emsDBContext();
 }
Ejemplo n.º 2
0
 public ManagerDA()
 {
     _dbcontext = new emsDBContext();
 }
Ejemplo n.º 3
0
 public AdminDA()
 {
     _dbcontext = new emsDBContext();
 }
Ejemplo n.º 4
0
 public UserDA()
 {
     _dbcontext = new emsDBContext();
 }
Ejemplo n.º 5
0
 public EventDA()
 {
     _dbContext = new emsDBContext();
 }