Cleanup for CompanyUser rename

This commit is contained in:
2025-07-15 17:33:04 -07:00
parent 15d41985e6
commit d8f6d606ae
2 changed files with 80 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace BoredCareers.Entities {
public string Description { get; set; } = "";
}
public class CompanyUser {
public class Employee {
public int ID { get; set; } // PK
public int AccountID { get; set; } // FK
public int CompanyID { get; set; } // FK