ConstruccionesCNJ_FactuGES/Modulos/Contactos/Controller/View/uIEditorVendedores.pas
2007-06-21 15:50:59 +00:00

17 lines
237 B
ObjectPascal

unit uIEditorVendedores;
interface
uses
uIEditorContactos, uBizContactos, uGUIBase;
type
IEditorVendedores = interface(IEditorContactos)
['{89D6CA5D-49FC-44DD-B4A2-BEAAC3001902}']
end;
implementation
end.