Esempio n. 1
0
		private void detach_VolInterestInterestCodes(VolInterestInterestCode entity)
		{
			this.SendPropertyChanging();
			entity.Person = null;
		}
Esempio n. 2
0
 private void detach_VolInterestInterestCodes(VolInterestInterestCode entity)
 {
     this.SendPropertyChanging();
     entity.VolInterestCode = null;
 }
Esempio n. 3
0
		private void attach_VolInterestInterestCodes(VolInterestInterestCode entity)
		{
			this.SendPropertyChanging();
			entity.VolInterestCode = this;
		}