示例#1
0
 public bool IsValidSessionForUser(string uid, string sid)
 {
     return(Services.IsValidSessionForUser(uid, sid));
 }