Пример #1
0
 public async Task <List <User> > GetAllAsync(CancellationToken cancellationToken)
 {
     return(await repository.GetAllAsync(cancellationToken));
 }