public MyUnnamedHorsesController(IHorseOrchestrator horseOrchestrator)
 {
     _horseOrchestrator = horseOrchestrator;
 }
Esempio n. 2
0
 public HorseController(IHorseOrchestrator horseOrchestrator)
 {
     _horseOrchestrator = horseOrchestrator;
 }
 public MyInactiveHorsesController(IHorseOrchestrator horseOrchestrator)
 {
     _horseOrchestrator = horseOrchestrator;
 }