コード例 #1
0
 public async Task <EditionDto> CreateAsync(EditionCreateDto input)
 {
     return(await _editionAppService.CreateAsync(input));
 }