예제 #1
0
 public OutGameController(IAsyncPregame context, IAsyncLogic game)
 {
     this.context = context;
 }
예제 #2
0
 public ChatHub(IAsyncPregame game, IAsyncLogic postGame)
 {
     this.game     = game;
     this.postGame = postGame;
 }