Beispiel #1
0
 public void EliminarCaracteristicas(Pelota pelotas)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void EliminarRamadelDeporte(Pelota pelotas)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public void AgregarCaracteristicas(Pelota pelotas)
 {
     CargarDatos.Add(pelotas);
 }