コード例 #1
0
		private void detach_IngredientsRecipesRelations(IngredientsRecipesRelation entity)
		{
			this.SendPropertyChanging();
			entity.Ingredient = null;
		}
コード例 #2
0
		private void attach_IngredientsRecipesRelations(IngredientsRecipesRelation entity)
		{
			this.SendPropertyChanging();
			entity.Recipe = this;
		}