Exemplo n.º 1
0
 public List <UserAuthorizationToken> SelectAll()
 {
     return(_userAuthorizationTokenRepositor.SelectAll());
 }