コード例 #1
0
 public async Task <EditionDto> GetAsync(Guid id)
 {
     return(await _editionAppService.GetAsync(id));
 }