Why are the data relations not working in C#?
I have a project with two tables, Loans
and LoanTypes
, and as shown below I’ve set them up with model classes. The problem is in my controller: when I list loans, there is no LoansType
for this loan.