Beispiel #1
0
 public void DeleteToDoItemWithoutListID(int id)
 {
     toDoItemService.DeleteItemWithoutListID(id);
 }