2011-11-14 17:40:41 +00:00
|
|
|
unit uIDataModuleRemesasProveedor;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
2024-04-19 15:09:52 +00:00
|
|
|
Classes, uBizRemesasProveedor;
|
2011-11-14 17:40:41 +00:00
|
|
|
|
|
|
|
|
type
|
|
|
|
|
IDataModuleRemesasProveedor = interface
|
|
|
|
|
['{6073E44A-0B61-4D26-BCDE-33150D88C91B}']
|
2024-04-19 15:09:52 +00:00
|
|
|
function GetAnosItems : TStringList;
|
2011-11-14 17:40:41 +00:00
|
|
|
function GetItems: IBizRemesaProveedor;
|
|
|
|
|
function GetItem(const ID : Integer) : IBizRemesaProveedor;
|
|
|
|
|
function NewItem : IBizRemesaProveedor;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
end.
|