public ScoreService() { _context = new GARecruitmentDbContext(); }
public UserService() { _context = new GARecruitmentDbContext(); }
public ResultsService() { _context = new GARecruitmentDbContext(); }