Пример #1
0
 public async Task <DocumentDto> GetByCodeAsync(string code)
 {
     return(await _documentAppService.GetByCodeAsync(code));
 }