Esempio n. 1
0
 public void DeleteToDo(int toDoId)
 {
     _dataFunctions.DeleteToDo(toDoId);
 }