Ejemplo n.º 1
0
 public void DeAuth(string token)
 {
     _authRepo.DeAuth(token);
 }