Ejemplo n.º 1
0
 public void OnGet(int Id)
 {
     ToDo = _toDoService.GetToDo(Id);
 }