18 lines
304 B
ObjectPascal
18 lines
304 B
ObjectPascal
|
|
unit uIDataModuleInfVentasArticulo;
|
||
|
|
|
||
|
|
interface
|
||
|
|
|
||
|
|
uses
|
||
|
|
uBizInfVentasArticulo;
|
||
|
|
|
||
|
|
type
|
||
|
|
IDataModuleInfVentasArticulo = interface
|
||
|
|
['{802EC507-6C31-4AEB-B481-577D177D474D}']
|
||
|
|
function GetItems : IBizInfVentasArticulo;
|
||
|
|
function GetNameColumns: String;
|
||
|
|
end;
|
||
|
|
|
||
|
|
implementation
|
||
|
|
|
||
|
|
end.
|