2011-11-14 17:40:41 +00:00
|
|
|
unit uIDataModuleRemesasClienteReport;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
2013-06-03 16:01:08 +00:00
|
|
|
SysUtils, Classes, uROTypes, uIntegerListUtils;
|
2011-11-14 17:40:41 +00:00
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleRemesasClienteReport = interface
|
|
|
|
|
['{6BFFFC92-D3E0-465C-8259-645B9FE9E446}']
|
2013-06-03 16:01:08 +00:00
|
|
|
function GetReport(const ListaID: TIntegerList): Binary;
|
2011-11-14 17:40:41 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|