2008-03-23 20:18:10 +00:00
|
|
|
unit uIDataModuleObras;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
uBizObras;
|
|
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleObras = interface
|
|
|
|
|
['{0FE2B5E6-DE76-4834-B27F-3C754C96B76A}']
|
2008-10-27 19:03:34 +00:00
|
|
|
// function GetEjecucionPresupuestos(const IDEjecucion: Integer) : IBizEjecucionPresupuestos;
|
2008-03-23 20:18:10 +00:00
|
|
|
function GetItems: IBizObra;
|
|
|
|
|
function GetItem(const ID : Integer) : IBizObra;
|
|
|
|
|
function NewItem : IBizObra;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|