/// <summary>
 /// Create a new CustomerCustomerDemo object.
 /// </summary>
 /// <param name="customerID">Initial value of the CustomerID property.</param>
 /// <param name="customerTypeID">Initial value of the CustomerTypeID property.</param>
 public static CustomerCustomerDemo CreateCustomerCustomerDemo(global::System.String customerID, global::System.String customerTypeID)
 {
     CustomerCustomerDemo customerCustomerDemo = new CustomerCustomerDemo();
     customerCustomerDemo.CustomerID = customerID;
     customerCustomerDemo.CustomerTypeID = customerTypeID;
     return customerCustomerDemo;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CustomerCustomerDemoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCustomerCustomerDemoes(CustomerCustomerDemo customerCustomerDemo)
 {
     base.AddObject("CustomerCustomerDemoes", customerCustomerDemo);
 }