I have 3 projects in my Solution like below:...ModelProject (EntityFramework)...ProjectA (ASP.NET MVC)...ProjectB (ASP.NET CORE 3 with Blazor)...So in model project i defined my tables ,relations, queries and their classes then added that on ProjectA and ...