Exemple #1
0
 public static string RetornarDatos(Cliente UnCliente)
 {
     return(UnCliente.RetornarDatos());
 }