Пример #1
0
 public async Task <IEnumerable <ToDoListVM> > GetDone(string Id)
 {
     return(await _toDoListRepository.GetDone(Id));
 }