git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@4 f33bb606-9f5c-448d-9c99-757f00063c96
20 lines
416 B
ObjectPascal
20 lines
416 B
ObjectPascal
unit uIDataModuleAlbaranesCliente;
|
|
|
|
interface
|
|
|
|
uses
|
|
Classes, uBizAlbaranesCliente;
|
|
|
|
type
|
|
IDataModuleAlbaranesCliente = interface
|
|
['{81932348-9595-45AC-AFC9-5A8983B4A3A8}']
|
|
function GetAnosItems : TStringList;
|
|
function GetItems: IBizAlbaranCliente;
|
|
function GetItem(const ID : Integer) : IBizAlbaranCliente;
|
|
function NewItem : IBizAlbaranCliente;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|