0
thechrismarsh created
I used the RAD tool to create a new Entity "RealEstate".
The RAD tool does not seem to be creating the <span style="color:#000000">RealEstateServiceProxy</span> class and associated methods like getAll, getRealEstateForEdit, createOrEdit, delete. I assume these should be created in the <span style="color:#000000">service-proxies.ts</span> file.
The RAD tool does update <span style="color:#000000">service-proxy.module.ts</span> and tried to import ApiServiceProxies.RealEstateServiceProxy — but it fails.