Пример #1
0
		private void detach_PersonsCanEmail(PeopleCanEmailFor entity)
		{
			this.SendPropertyChanging();
			entity.OnBehalfOfPerson = null;
		}
Пример #2
0
		private void attach_OnBehalfOfPeople(PeopleCanEmailFor entity)
		{
			this.SendPropertyChanging();
			entity.PersonCanEmail = this;
		}