Example #1
0
		private void detach_jkp_Articles(jkp_Article entity)
		{
			this.SendPropertyChanging();
			entity.jkp_ArticleCategory = null;
		}
Example #2
0
		private void attach_jkp_Articles(jkp_Article entity)
		{
			this.SendPropertyChanging();
			entity.jkp_Person = this;
		}