Esempio n. 1
0
 public EducationalInstitutionsChangedHandler(CareerDaysDbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public CareerDaysController(CareerDaysDbContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public LinesChangedHandler(CareerDaysDbContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public BrandedTemplatesController(CareerDaysDbContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public StationsChangedHandler(CareerDaysDbContext context)
 {
     _context = context;
 }
Esempio n. 6
0
 public EmployersChangedHandler(CareerDaysDbContext context)
 {
     _context = context;
 }
Esempio n. 7
0
 public AddressesController(CareerDaysDbContext context)
 {
     _context = context;
 }