BaseLayer.Customer.Customer C# (CSharp) Method

Customer() public method

public Customer ( string CustomerID ) : System
CustomerID string
return System
        public Customer(string CustomerID)
        {
            this.CustomerID = CustomerID;
        }

Same methods

Customer::Customer ( string CustomerID, string CompanyName, string Contactname, string ContactTitle, string Address, string City, string Region, string PostalCode, string Country, string Phone, string Fax ) : System
Customer