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