コード例 #1
0
 public async Task Save([FromBody] CfgSaveInputDto saveDto)
 {
     await _cfgAppService.Save(saveDto);
 }