Exemple #1
0
 public override string Mostrar(Banco b)
 {
     return(base.Mostrar(b) + "PROVINCIA: " + this.provincia + " - ");
 }
Exemple #2
0
 public override string Mostrar(Banco b)
 {
     return("PAIS: " + this.pais + " - ");
 }
 public override string Mostrar(Banco b)
 {
     return("");
 }
 public override string Mostrar(Banco b)
 {
     return(base.Mostrar(b) + "MUNICIPIO: " + this.municipio + ".");
 }