Exemple #1
0
 static public Cliente Leer(long Id)
 {
     return(ClientesDAO.Leer(Id));
 }