예제 #1
0
 public IList <Exercise> FindByFilter(ExerciseFilter filter)
 {
     return(ExerciseRepository.FindByLevelId(filter.MainLevelId));
 }