Beispiel #1
0
 public Insert(DataAccess.Game.Base.IInsert _insertGame,
               GamePlayer.Base.IInsert insertGamePlayerREPO)
 {
     this._insertGame = _insertGame;
     this._insertGamePlayerREPO = insertGamePlayerREPO;
 }
Beispiel #2
0
 public Insert(DataAccess.Game.Base.IInsert _insertGame,
               GamePlayer.Base.IInsert insertGamePlayerREPO)
 {
     this._insertGame           = _insertGame;
     this._insertGamePlayerREPO = insertGamePlayerREPO;
 }