private void detach_WebServiceLoginCustomer(WebServiceLoginCustomer entity) { this.SendPropertyChanging(); entity.Customer = null; }
partial void DeleteWebServiceLoginCustomer(WebServiceLoginCustomer instance);
partial void InsertWebServiceLoginCustomer(WebServiceLoginCustomer instance);
partial void UpdateWebServiceLoginCustomer(WebServiceLoginCustomer instance);
private void attach_WebServiceLoginCustomer(WebServiceLoginCustomer entity) { this.SendPropertyChanging(); entity.WebServiceLogin = this; }