Example #1
0
 public void AlterarJogo(string titulo, EPlataforma plataforma)
 {
     Titulo.AlterarTitulo(titulo);
     Plataforma = plataforma;
 }