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