git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@131 f33bb606-9f5c-448d-9c99-757f00063c96
17 lines
309 B
ObjectPascal
17 lines
309 B
ObjectPascal
unit uIDataModuleComisionesReport;
|
|
|
|
interface
|
|
|
|
uses
|
|
SysUtils, Classes, uROTypes, uIntegerListUtils;
|
|
|
|
type
|
|
IDataModuleComisionesReport = interface
|
|
['{D445F984-7696-448F-9FC4-162AA7288515}']
|
|
function GetRptComisiones(const AListaID: TIntegerList): Binary;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|