示例#1
0
 partial void UpdateCustomerLocation(CustomerLocation instance);
示例#2
0
		private void detach_CustomerLocations(CustomerLocation entity)
		{
			this.SendPropertyChanging();
			entity.Customer = null;
		}
示例#3
0
 partial void InsertCustomerLocation(CustomerLocation instance);
示例#4
0
 partial void DeleteCustomerLocation(CustomerLocation instance);