git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@908 0c75b7a4-871f-7646-8a2f-f78d34cc349f
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.
|