Пример #1
0
 public bool ToDoListWithIdExists(int id)
 {
     return(_toDoListRepository.ToDoListWithIdExists(id));
 }