示例#1
0
 public async Task BatchDelete(List <Guid> input)
 {
     // TODO:批量删除前的逻辑判断,是否允许删除
     await _tagManager.BatchDelete(input);
 }