public StudyFieldRepository(ApplicantProfileContext context)
     : base(context)
 {
     this._context = context;
 }
예제 #2
0
 public ApplicantRepository(ApplicantProfileContext context)
     : base(context)
 {
 }
예제 #3
0
 public JobTitleRepository(ApplicantProfileContext context)
     : base(context)
 {
     this._context = context;
 }
예제 #4
0
 public EducationRepository(ApplicantProfileContext context)
     : base(context)
 {
 }
예제 #5
0
 public VacancyRepository(ApplicantProfileContext context)
     : base(context)
 {
     _context = context;
 }
 public ExperienceRepository(ApplicantProfileContext context)
     : base(context)
 {
 }
예제 #7
0
 public LocationRepository(ApplicantProfileContext context)
     : base(context)
 {
     _context = context;
 }
예제 #8
0
 public EntityBaseRepository(ApplicantProfileContext context)
 {
     _context = context;
 }
예제 #9
0
 public InstituteRepository(ApplicantProfileContext context)
     : base(context)
 {
     _context = context;
 }