Beispiel #1
0
 public bool DeleteItem(Guid listId, Guid id)
 {
     return(_repository.DeleteItem(listId, id));
 }