Ejemplo n.º 1
0
 public StarsController(ExoplanetService service, Authenticator authenticator)
 {
     this.service       = service;
     this.authenticator = authenticator;
 }