Пример #1
0
 public ExerciseService(Workout495Context context)
 {
     _context = context;
 }
Пример #2
0
 public WorkoutService(Workout495Context context)
 {
     _context = context;
 }
Пример #3
0
 public ProgressPointService(Workout495Context context)
 {
     _context = context;
 }