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