Exemplo n.º 1
0
 public UserAuthorizationToken GetByToken(string token)
 {
     return(_userAuthorizationTokenRepositor.GetByToken(token));
 }