示例#1
0
 public User GetUserByToken(Guid token)
 {
     return(userPersistence.GetUserByToken(token));
 }