2008-03-23 20:18:10 +00:00
|
|
|
unit uIDataModuleObras;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
2008-11-05 12:46:33 +00:00
|
|
|
Classes, uBizObras;
|
2008-03-23 20:18:10 +00:00
|
|
|
|
|
|
|
|
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;
|
2008-11-07 21:05:48 +00:00
|
|
|
function DarListaObras(const IDEmpresa: Integer) : TStringList;
|
2008-03-23 20:18:10 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|