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