Пример #1
0
		private void detach_VolInterestInterestCodes(VolInterestInterestCode entity)
		{
			this.SendPropertyChanging();
			entity.Person = null;
		}
Пример #2
0
 private void detach_VolInterestInterestCodes(VolInterestInterestCode entity)
 {
     this.SendPropertyChanging();
     entity.VolInterestCode = null;
 }
Пример #3
0
		private void attach_VolInterestInterestCodes(VolInterestInterestCode entity)
		{
			this.SendPropertyChanging();
			entity.VolInterestCode = this;
		}