Kooboo.Commerce.Customers.Customer.Customer C# (CSharp) 메소드

Customer() 공개 메소드

public Customer ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public Customer()
        {
            Addresses = new List<Address>();
            CustomFields = new List<CustomerCustomField>();
        }