コード例 #1
0
 public void Execute(AdicionarJogadasCommand command)
 {
     _service.AdicionarJogada(command.IdPartida);
 }