git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@4 f4e31baf-9722-1c47-927c-6f952f962d4b
19 lines
360 B
ObjectPascal
19 lines
360 B
ObjectPascal
unit uIDataModuleRemesasCliente;
|
|
|
|
interface
|
|
|
|
uses
|
|
uBizRemesasCliente;
|
|
|
|
type
|
|
IDataModuleRemesasCliente = interface
|
|
['{9047C468-78DE-404E-9047-1125B382FE3B}']
|
|
function GetItems: IBizRemesaCliente;
|
|
function GetItem(const ID : Integer) : IBizRemesaCliente;
|
|
function NewItem : IBizRemesaCliente;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|