コード例 #1
0
ファイル: TodoListService.cs プロジェクト: RanchCoder/swabhav
 public bool DeleteTodo(int todoId)
 {
     return(todoListRepository.DeleteTodo(todoId));
 }