Example #1
0
    public DETALLE_FACTURA MostrarDetalleFacturaByID(int ID_DETALLE_FAC)
    {
        Detalle_facturaNeg dfneg = new Detalle_facturaNeg();

        return(dfneg.MostrarDetalleFacturaByID(ID_DETALLE_FAC));
    }