Exemplo n.º 1
0
 static public List <Cliente> LeerTodos()
 {
     return(ClientesDAO.LeerTodos());
 }