Пример #1
0
 public async Task <SomeModel> FindByIdAsync(Guid id, CancellationToken token)
 => await _someModelRepository.FindByIdAsync(id, token);