/// <summary> /// 是否存在该记录 /// </summary> public bool Exists(int UserID) { return(dal.Exists(UserID)); }