Beispiel #1
0
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public bool Exists(int User_ID)
 {
     return(dal.Exists(User_ID));
 }