forked from sanchezvem/PyroFetes
Writing relations into customer and contact
This commit is contained in:
@@ -16,4 +16,6 @@ public class Contact
|
||||
|
||||
public int CommunicationId { get; set; }
|
||||
public Communication? Communication { get; set; }
|
||||
|
||||
public List<CustomerContact>? CustomerContacts { get; set; }
|
||||
}
|
@@ -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