public SchedulesController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Example #2
0
 public SchedulePracticalCoursesController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
 public OfficersController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
 public NewsController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
 public PaymentsController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Example #6
0
 public LessonsController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
 public LicensesController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Example #8
0
 public TheoryCoursesController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Example #9
0
 public TeachersController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
 public CategoriesController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Example #11
0
 public ApplicantTheoryExamsController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Example #12
0
 public VehiclesController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Example #13
0
 public QuestionsController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Example #14
0
 public AuthController(IAuthService authService, DrivingTrainingCenterContext context)
 {
     _authService = authService;
     _context     = context;
 }
Example #15
0
 public PracticalExamsController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }