Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

unit UnitDatabase;

interface

type
TDataBase = class
private

public
procedure dbInsert(Obj: TObject; Classe: TClass);
end;
implementation

end.

You might also like