Base solution for your next web application
Open Closed

how to implement transaction in Master detail Angular form, having CRUD operations for multiple tables? #7307


User avatar
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)
  • User Avatar
    0
    alper created
    Support Team

    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.