0
farhantufail created
In case of master detail form, and multiple api call for a single transaction, how to implement? Our project is angular 7 with back end in asp.net core.
1 Answer(s)
-
0
you can create a new method in your app service to save master & details. In the app service method, you can call a domain service that inserts master and after that details in one transaction.