Exemple #1
0
 public void DeleteToDoItemById(int listId, int id)
 {
     toDoItemService.DeleteItem(listId, id);
 }