/// <summary> /// 删除一条数据 /// </summary> public bool Delete(int UserGroupID) { return(dal.Delete(UserGroupID)); }