Example #1
0
		private void detach_jkp_PersonSanghas(jkp_PersonSangha entity)
		{
			this.SendPropertyChanging();
			entity.jkp_Sangha = null;
		}
Example #2
0
		private void attach_jkp_PersonSanghas(jkp_PersonSangha entity)
		{
			this.SendPropertyChanging();
			entity.jkp_Person = this;
		}