コード例 #1
0
 public TrucaPatoHub(IPartidaRepositorio partidaRepositorio, IGerenciadorDePartida gerenciadorDePartida)
 {
     _partidaRepositorio   = partidaRepositorio;
     _gerenciadorDePartida = gerenciadorDePartida;
 }
コード例 #2
0
 public PartidaController(IGerenciadorDePartida gerenciadorDePartida)
 {
     _gerenciadorDePartida = gerenciadorDePartida;
 }