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