public SchedulesController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Exemplo n.º 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;
 }
Exemplo n.º 6
0
 public LessonsController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
 public LicensesController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public TheoryCoursesController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Exemplo n.º 9
0
 public TeachersController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
 public CategoriesController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Exemplo n.º 11
0
 public ApplicantTheoryExamsController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Exemplo n.º 12
0
 public VehiclesController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Exemplo n.º 13
0
 public QuestionsController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }
Exemplo n.º 14
0
 public AuthController(IAuthService authService, DrivingTrainingCenterContext context)
 {
     _authService = authService;
     _context     = context;
 }
Exemplo n.º 15
0
 public PracticalExamsController(DrivingTrainingCenterContext context)
 {
     _context = context;
 }