I attached a PB workspace to my SnapDevelop solution and used a datawindow to convert to data model. Later I scaffolded it to service and controller but they have only the RetrieveAsync method. How do I get the other Post, Put, Delete methods to scaffold? In the dialog, I see checkboxes for all the methods checked while scaffolding but it still does not add those methods to the controller or service. The datawindow has key columns and is updateable but getting only Retrieve method.
Using template -
- Any Client is generating Create and Retrieve methods.
- Non-PB Client is generating Create and Retrieve methods.
- PB Client is generating only Retrieve method.
In all cases, there is no Delete or Update methods scaffolded.
SnapDevelop 2021 build 1506