Example #1
0
		private void detach_Dishes(Dish entity)
		{
			this.SendPropertyChanging();
			entity.Order_Dish = null;
		}
Example #2
0
		private void attach_Dishes(Dish entity)
		{
			this.SendPropertyChanging();
			entity.Order_Dish = this;
		}
Example #3
0
 partial void UpdateDish(Dish instance);
Example #4
0
 partial void DeleteDish(Dish instance);
Example #5
0
 partial void InsertDish(Dish instance);