Writing relations into customer and contact
This commit is contained in:
@@ -13,4 +13,6 @@ public class Customer
|
||||
|
||||
public int ContactId { get; set; }
|
||||
public Contact? Contact { get; set; }
|
||||
|
||||
public List<CustomerContact>? CustomerContacts { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user