Exemplo n.º 1
0
 public InternshipApplicationManager()
 {
     _dbContext = new InternSeekerEntities();
 }
Exemplo n.º 2
0
 public UserManager()
 {
     _dbContext = new InternSeekerEntities();
 }