Beispiel #1
0
        public TrainingsController(IConfiguration config)
        {
            //if (!User.Identity.IsAuthenticated)
            //{ Response.Redirect("/"); }

            this._context = new monosarsqlContext(config);
        }
Beispiel #2
0
 public TrainingClassStudentController(IConfiguration config)
 {
     this._context = new monosarsqlContext(config);
 }
Beispiel #3
0
 public OperationsController(IConfiguration config)
 {
     this._context = new monosarsqlContext(config);
 }
 public TrainingClassInstructorController(IConfiguration config)
 {
     this._context = new monosarsqlContext(config);
 }