Better way of handling many-to-many relations with EF db-first approach in .NET6
I’m having a Request table (EF generated):
Is there a better way of handling many-to-many relations with EF db-first approach in .net6?
Im having a Request table (EF generated):