예제 #1
0
 public TransformersController(ITransformerRepository transformerRepository, IWar war, TransformerContext context)
 {
     this.transformerRepository = transformerRepository;
     this.war     = war;
     this.context = context;
 }
 public WarWinningsDisplay(IWar g) => game = g;
예제 #3
0
 public WarController(IWar w) => warGame = w;