Beispiel #1
0
 public OrganizationService(DrivingSchoolContext _db)
 {
     dBContext = _db;
 }
 public InstructorsController(DrivingSchoolContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public DrivingCategoriesController(DrivingSchoolContext context)
 {
     _context = context;
 }
 public UsersController(DrivingSchoolContext context)
 {
     _context = context;
 }