public ProveedorBean getProveedor(int id) throws Exception { return consultas.getProveedor(id); }
public ArrayList<ListasProveedorBean> getListasProveedor(int idProveedor) throws Exception { return consultas.getListasProveedor(idProveedor); }
public ClienteBean getCliente(int idCliente) throws Exception { return consultas.getCliente(idCliente); }
public float getPorcentajeGanancia() throws Exception { return consultas.getPorcentajeGanancia(); }
public ArrayList<ProveedorBean> getProveedores() throws Exception { return consultas.getProveedores(); }