public virtual void AddCustomerDemo(Customercustomerdemo customerCustomerDemo) { Customercustomerdemo.Add(customerCustomerDemo); customerCustomerDemo.Customers = this; }
private static bool IsTransient(Customercustomerdemo obj) { return(obj != null && obj.Customerdemographics == null && obj.Customers == null); }