git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES2/trunk@6 40301925-124e-1c4e-b97d-170ad7a8785b
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.
|