Exemplo n.º 1
0
 /// <summary>
 /// 根据关键字查询用户
 /// </summary>
 public DataSet GetUserList(string key)
 {
     return(dataUser.GetUserList(key));
 }