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