Exemplo n.º 1
0
 public UserAuthorizationToken SelectById(int id)
 {
     return(_userAuthorizationTokenRepositor.SelectById(id));
 }