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

17 lines
206 B
ObjectPascal

unit uIEditorVendedor;
interface
uses
uIEditorContacto;
type
IEditorVendedor = interface(IEditorContacto)
['{E1FA5823-5E69-4CA4-AFB3-2958382D9203}']
end;
implementation
end.