コード例 #1
0
ファイル: ToDoListController.cs プロジェクト: qbss/ToDoList
 public void Put(ToDoItem todo)
 {
     _manager.EditDescription(todo);
 }