コード例 #1
0
 public void Showed(int id, int step)
 {
     repository.Showed(id, step);
     Save();
 }