Esempio n. 1
0
 public void RemoveItem(int id)
 {
     _toDoListService.RemoveItem(id);
 }