示例#1
0
 public static DataTable Session(string uid, string pwd)
 {
     return(UserInfoServices.Session(uid, pwd));
 }