Exemple #1
0
 public void EliminarAfeccion(Afeccion afeccion)
 {
     lAfeccion.Remove(afeccion);
 }
Exemple #2
0
 public void AgregarAfeccion(Afeccion afeccion)
 {
     lAfeccion.Add(afeccion);
 }