public AdminController()
 {
     _Context = new FitnessEntitiesDbContext();
 }
 public AccountController()
 {
     _context = new FitnessEntitiesDbContext();
 }
Beispiel #3
0
 public TrainerController()
 {
     _context = new FitnessEntitiesDbContext();
 }
 public CustomerController()
 {
     _Context = new FitnessEntitiesDbContext();
 }
 public HomeController()
 {
     _Context = new FitnessEntitiesDbContext();
 }