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

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