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