public ApplicationRepository(TalentHuntContext talentHuntContext) { _ctx = talentHuntContext; }
public VacancyRepository(TalentHuntContext context, ISharedRepository sharedRepository) { _ctx = context; _sharedRepo = sharedRepository; }
public SharedRepository(TalentHuntContext context) { _ctx = context; }