Пример #1
0
 public async Task <IEnumerable <ToDoTask> > GetByUserId(Guid userId)
 {
     return(await _toDoRepository.GetByUserId(userId));
 }