public override string Mostrar(Banco b)
 {
     return(b.Mostrar());
 }
Exemple #2
0
 public abstract string Mostrar(Banco b);
Exemple #3
0
 public override string Mostrar(Banco b)
 {
     return(base.Mostrar(b));
 }