示例#1
0
 public static bool DeleteUserGroup(int groupId)
 {
     return(AuthBL.DeleteUserGroup(groupId));
 }