Пример #1
0
		private void detach_AllocationShares(AllocationShare entity)
		{
			this.SendPropertyChanging();
			entity.Allocation = null;
		}
Пример #2
0
		private void attach_AllocationShares(AllocationShare entity)
		{
			this.SendPropertyChanging();
			entity.Mr = this;
		}
Пример #3
0
 partial void UpdateAllocationShare(AllocationShare instance);
Пример #4
0
 partial void DeleteAllocationShare(AllocationShare instance);
Пример #5
0
 partial void InsertAllocationShare(AllocationShare instance);