예제 #1
0
 public CheckVotes(Game.Base.ILeave leaveGame, User.Base.ISelect selectUser, DS.Base.ICheckVotes checkVotes,
                   Hubs.Base.ISendMessage sendMessage)
 {
     this._leaveGame = leaveGame;
     this._selectUser = selectUser;
     this._checkVotes = checkVotes;
     this._sendMessage = sendMessage;
 }
예제 #2
0
 public Insert(DS.Base.IInsert insert, User.Base.ISelect selectUser,
                 Hubs.Base.ISendMessage sendMessage,
               AS.GamePlayerKickVote.Base.ICheckVotes checkVotes)
 {
     this._insert = insert;
     this._selectUser = selectUser;
     this._sendMessage = sendMessage;
     this._checkVotes = checkVotes;
 }
예제 #3
0
 public Select(DS.Base.ISelect select)
 {
     this._select = select;
 }