コード例 #1
0
 public async Task PostAsync(AddDemoDto addDemoDto)
 {
     await _demoService.AddDemoAsync(addDemoDto);
 }