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