示例#1
0
 public virtual async Task Delete(TId id)
 {
     await DomainService.Delete(id);
 }