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