git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@4 f33bb606-9f5c-448d-9c99-757f00063c96
20 lines
411 B
ObjectPascal
20 lines
411 B
ObjectPascal
unit uIDataModuleRemesasCliente;
|
|
|
|
interface
|
|
|
|
uses
|
|
Classes, uBizRemesasCliente;
|
|
|
|
type
|
|
IDataModuleRemesasCliente = interface
|
|
['{9047C468-78DE-404E-9047-1125B382FE3B}']
|
|
function GetAnosItems : TStringList;
|
|
function GetItems: IBizRemesaCliente;
|
|
function GetItem(const ID : Integer) : IBizRemesaCliente;
|
|
function NewItem : IBizRemesaCliente;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|