Пример #1
0
 public async Task <DemoDto> GetAsync([Required] Guid id)
 {
     return(await _demoRepository.GetEditViewAsync(id));
 }