|
/// Conference Repository implementation
|
|
unit InfraConferenceRepository;
|
|
|
|
interface
|
|
|
|
uses
|
|
SysUtils,
|
|
Classes,
|
|
SynCommons,
|
|
mORMot,
|
|
DomConferenceTypes,
|
|
DomConferenceDepend;
|
|
|
|
|
|
implementation
|
|
|
|
initialization
|
|
// TDDDRepositoryRestFactory.ComputeSQLRecord(); from mORMotDDD
|
|
end. |