2007-11-28 17:40:31 +00:00
|
|
|
unit uIDataModuleRecibosClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
2008-11-14 20:04:09 +00:00
|
|
|
SysUtils, uIntegerListUtils, uROTypes;
|
2007-11-28 17:40:31 +00:00
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleRecibosClienteReport = interface
|
|
|
|
|
['{FBADD967-0008-4ED5-9CCD-5BFE4F527D52}']
|
2008-11-14 20:04:09 +00:00
|
|
|
function GetReport(const ListaID: TIntegerList): Binary;
|
2007-11-28 17:40:31 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|