예제 #1
0
 public void Visitante(IVisitor visitor)
 {
     visitor.Identificar(this);
 }