Ejemplo n.º 1
0
 /// <summary>
 /// 是否存在该用户
 /// </summary>
 public bool Exists(string username)
 {
     return(dal.Exists(username));
 }