C#C
C#3y ago
arch_il

❔ A problem with database in asp dotnet

I have class Market that has Owner as one object. With migration everything worked just fine. In database Market table has value OwnerId and writing to that table from program works just fine, but when i try to get those values it shows me
null
in place of Owner. What do I do?
Was this page helpful?