Add Patch 1 Class ECustomer
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 1m48s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 1m48s
This commit is contained in:
parent
aa24ee1dc7
commit
3f701f9500
@ -28,9 +28,9 @@ namespace Domain.Entities
|
|||||||
|
|
||||||
public virtual EAccountType? Accounttypes { get; set; }
|
public virtual EAccountType? Accounttypes { get; set; }
|
||||||
|
|
||||||
public virtual ICollection<ECustomerAddress> ECustomerAddresses { get; set; } = new List<ECustomerAddress>();
|
public virtual ICollection<ECustomerAddress> PhSCustomerAddresses { get; set; } = new List<ECustomerAddress>();
|
||||||
|
|
||||||
public virtual ICollection<ECustomerDocument> ECustomerDocuments { get; set; } = new List<ECustomerDocument>();
|
public virtual ICollection<ECustomerDocument> PhSCustomerDocuments { get; set; } = new List<ECustomerDocument>();
|
||||||
|
|
||||||
//public virtual ICollection<PhSQuoteHeader> PhSQuoteHeaders { get; set; } = new List<PhSQuoteHeader>();
|
//public virtual ICollection<PhSQuoteHeader> PhSQuoteHeaders { get; set; } = new List<PhSQuoteHeader>();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user