git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@103 f33bb606-9f5c-448d-9c99-757f00063c96
17 lines
294 B
ObjectPascal
17 lines
294 B
ObjectPascal
unit uIDataModulePedidosClienteReport;
|
|
|
|
interface
|
|
|
|
uses
|
|
uROTypes, uIntegerListUtils;
|
|
|
|
type
|
|
IDataModulePedidosClienteReport = interface
|
|
['{70CEBB06-376F-4363-B80F-DDA4324E0F85}']
|
|
function GetRptPedidos(const ListaID: TIntegerList): Binary;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|