Ejemplo n.º 1
0
 public IndexModel(AstronautService astronautService,
                   PictureOfTheDayService pictureOfTheDayService,
                   SpaceXService spaceXService)
 {
     this.astronautService       = astronautService;
     this.pictureOfTheDayService = pictureOfTheDayService;
     this.spaceXService          = spaceXService;
 }
Ejemplo n.º 2
0
 public AstronautController(AstronautService astronautService)
 {
     _astronautService = astronautService;
 }