Using EF transcations, how to save data into multiple tables and how to write code in controller, services and repositories in ASP.NET Core Web API

Viewed 29

First I get data from multiple tables into single table.

At a time, I need to save data into multiple tables.

I am using ASP.NET Core 6.0 Web API.

0 Answers
Related