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