I use .net core I have created a copy of ScriptProxyManager in the Porject application but _dynamicApiControllerManager.GetAll() return empty list
Hi, No for the AbpServiceProxies.
I have created a new controller and inject ScriptProxyManager in my controller.
but this line var script = _scriptProxyManager.GetAllScript(type); return empyt string
Thanks