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