public ExcerciseService(FitChallengeDbContext db, IMapper mapper) { this.db = db; this.mapper = mapper; }
public WorkoutTypeService(FitChallengeDbContext db, IMapper mapper) { this.db = db; this.mapper = mapper; }