コード例 #1
0
ファイル: Workout.cs プロジェクト: Rens1608/Quickfit
 public void UpdateWorkout(int id, string name, string skillevel, int time, string category)
 {
     WorkoutFactory.CreateWorkoutDAL().UpdateWorkout(id, name, skillevel, time, category);
 }