예제 #1
0
 public ApplicationRepository(TalentHuntContext talentHuntContext)
 {
     _ctx = talentHuntContext;
 }
예제 #2
0
 public VacancyRepository(TalentHuntContext context, ISharedRepository sharedRepository)
 {
     _ctx        = context;
     _sharedRepo = sharedRepository;
 }
예제 #3
0
 public SharedRepository(TalentHuntContext context)
 {
     _ctx = context;
 }