Example #1
0
 public Insert(REPO.Base.IInsert insert, AS.Game.Base.ISelect selectGame)
 {
     this._insert = insert;
     this._selectGame = selectGame;
 }
Example #2
0
 public Insert(REPO.Base.IInsert insert, AS.Game.Base.ISelect selectGame)
 {
     this._insert     = insert;
     this._selectGame = selectGame;
 }