Beispiel #1
0
 public GameModel(ILogicGame logic)
 {
     this.logic = logic;
 }
 public IndexModel(ILogicGame logic)
 {
     this.logic = logic;
 }