示例#1
0
文件: IMGroup.cs 项目: alex765022/IBN
 public static void Delete(int IMGroupId)
 {
     if (!CanDelete())
     {
         throw new AccessDeniedException();
     }
     DBIMGroup.Delete(IMGroupId);
 }