Example #1
0
		private void detach_jkp_PersonReceivesTrainings(jkp_PersonReceivesTraining entity)
		{
			this.SendPropertyChanging();
			entity.jkp_Training = null;
		}
Example #2
0
		private void attach_jkp_PersonReceivesTrainings(jkp_PersonReceivesTraining entity)
		{
			this.SendPropertyChanging();
			entity.jkp_Person = this;
		}