コード例 #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;
 }