Ejemplo n.º 1
0
 public function listarTodosCliente()
 {
     $objClienteDao = new ClienteDao();
     return $objClienteDao->selectAllCliente();
 }