예제 #1
0
 public async Task <ApiResult <string> > Delete([FromBody] List <string> ids) => await _sysCodeService.Delete(ids);