コード例 #1
0
 void FillGrid()
 {
     view.FillExercisesGrid(exerciseReposytory.GetAllExercises() as List <Exercise>);
 }