Ejemplo n.º 1
0
 public Task <Administrator> AuthToken(string token)
 {
     return(_administratorRepository.AuthToken(token));
 }