Ejemplo n.º 1
0
		private void detach_WebServiceLoginCustomer(WebServiceLoginCustomer entity)
		{
			this.SendPropertyChanging();
			entity.Customer = null;
		}
Ejemplo n.º 2
0
 partial void DeleteWebServiceLoginCustomer(WebServiceLoginCustomer instance);
Ejemplo n.º 3
0
 partial void InsertWebServiceLoginCustomer(WebServiceLoginCustomer instance);
Ejemplo n.º 4
0
 partial void UpdateWebServiceLoginCustomer(WebServiceLoginCustomer instance);
Ejemplo n.º 5
0
		private void attach_WebServiceLoginCustomer(WebServiceLoginCustomer entity)
		{
			this.SendPropertyChanging();
			entity.WebServiceLogin = this;
		}