コード例 #1
0
 public async Task <ActionResult> DeleteAsync([FromRoute] long id)
 {
     return(Result(await _cfgAppService.DeleteAsync(id)));
 }