public TrainingTypesController()
 {
     _context = new FitnessDb();
 }
示例#2
0
 public TrainersController()
 {
     _context = new FitnessDb();
 }