Пример #1
0
 /// <summary>
 /// Construct the customer as a company
 /// </summary>
 protected Company() : base()
 {
     LegalAddress = new PostalAddress();
 }