コード例 #1
0
 public async Task <IResponseEntity> DeleteBatch(string[] ids)
 {
     return(await _sysResourceService.DeleteBatchAsync(ids));
 }