git-svn-id: https://192.168.0.254/svn/Proyectos.Cullere_FactuGES2/trunk@3 e61cf4a9-ab77-6246-bebb-cff159b4cb7d
20 lines
418 B
ObjectPascal
20 lines
418 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.
|