Beispiel #1
0
		private void detach_jkp_PersonDocuments(jkp_PersonDocument entity)
		{
			this.SendPropertyChanging();
			entity.jkp_Person = null;
		}
Beispiel #2
0
		private void attach_jkp_PersonDocuments(jkp_PersonDocument entity)
		{
			this.SendPropertyChanging();
			entity.jkp_Document = this;
		}