git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@312 f4e31baf-9722-1c47-927c-6f952f962d4b
18 lines
374 B
ObjectPascal
18 lines
374 B
ObjectPascal
unit uIDataModulePresupuestosClienteReport;
|
|
|
|
interface
|
|
|
|
uses
|
|
uROTypes, uIntegerListUtils;
|
|
|
|
type
|
|
IDataModulePresupuestosClienteReport = interface
|
|
['{70CEBB06-376F-4363-B80F-DDA4324E0F85}']
|
|
function GetRptPresupuestos(const AListaID: TIntegerList): Binary;
|
|
function GetRptPDFPresupuesto(const AID: Integer): Binary;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|