Ejemplo n.º 1
0
 public void Remove(SocioEntity entity)
 {
     socios.Remove(entity);
 }
Ejemplo n.º 2
0
 public void Add(SocioEntity entity)
 {
     socios.Add(entity);
 }