Example #1
0
 public EmployersChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #2
0
 public AreasChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #3
0
 public TestsController(VacanciesDbContext context)
 {
     _context = context;
 }
Example #4
0
 public VacancySearchBuilder(VacanciesDbContext context)
 {
     _context = context;
 }
Example #5
0
 public BrandedTemplatesController(VacanciesDbContext context)
 {
     _context = context;
 }
Example #6
0
 public VacancyStatusesChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #7
0
 public AddressesController(VacanciesDbContext context)
 {
     _context = context;
 }
Example #8
0
 public SkillsChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #9
0
 public ResponsesChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #10
0
 public MetroChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #11
0
 public VacancyService(VacanciesDbContext context)
 {
     _context = context;
 }
Example #12
0
 public SchedulesChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #13
0
 public DepartmentsChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #14
0
 public SpecializationsChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #15
0
 public SalariesController(VacanciesDbContext context)
 {
     _context = context;
 }
Example #16
0
 public DrivingLicenseTypesChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #17
0
 public SpecializationsController(VacanciesDbContext context)
 {
     _context = context;
 }
Example #18
0
 public CurrenciesChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #19
0
 public IndustriesChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #20
0
 public DrivingLicenseTypesController(VacanciesDbContext context)
 {
     _context = context;
 }
Example #21
0
 public SkillsController(VacanciesDbContext context)
 {
     _context = context;
 }
Example #22
0
 public LanguagesChangedHandler(VacanciesDbContext context)
 {
     _context = context;
 }
Example #23
0
 public NegotiationsController(VacanciesDbContext context)
 {
     _context = context;
 }