Пример #1
0
 public UpdateScoreController(HighScoreOrchestrator highScoreOrchestrator)
 {
     _highScoreOrchestrator = highScoreOrchestrator;
 }
Пример #2
0
 public HighScoreApiController()
 {
     _highScoreOrchestrator = new HighScoreOrchestrator();
 }