コード例 #1
0
ファイル: TodoController.cs プロジェクト: xr4y22/Todo
 public List <Todo> GetAllTodo()
 {
     return(toDo.GetAllTodo()); //call getAllTodo method
 }