You are not logged in.
Sorry, my question wasn't very clear. I've got a server which is basically defined like this:
type
TMyServer = class(TSQLRestServerDB)
published
procedure service_1(cTxt: TSQLRestServerURIContext);
procedure service_2(cTxt: TSQLRestServerURIContext);
...
end;
This is implemented with method-based services. Is there a way to use mORMotMVC.pas without rewriting the services to use interfaces?
Offline
Offline
Thanks, I need to study the source code more.
Offline