Rename model fields to more appropriate names.

This commit is contained in:
2018-08-06 19:54:03 +01:00
parent ab24e794c3
commit 980f25b600
17 changed files with 1988 additions and 243 deletions

View File

@@ -6,6 +6,6 @@
public int CompanyId { get; set; }
public string Text { get; set; }
public Companies IdNavigation { get; set; }
public Companies Company { get; set; }
}
}