コード例 #1
0
ファイル: SystemUserService.cs プロジェクト: zzdxpq007/xms
 public bool DeleteById(Guid id)
 {
     //检查是否存在引用
     return(_repository.DeleteById(id));
 }