Esempio n. 1
0
 public MatchesController()
 {
     Dbcontext = new voluntinder_dbEntities();
 }
Esempio n. 2
0
 public ProfileController()
 {
     DbContext = new voluntinder_dbEntities();
 }
Esempio n. 3
0
 public SkillsController()
 {
     Dbcontext = new voluntinder_dbEntities();
 }