Change employee to a left join
This commit is contained in:
@@ -18,7 +18,7 @@ namespace BoredCareers.Entities {
|
||||
public class Employee {
|
||||
public int ID { get; set; } // PK
|
||||
public int AccountID { get; set; } // FK
|
||||
public int CompanyID { get; set; } // FK
|
||||
public Company Company { get; set; } = new Company(); // FK
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user