예제 #1
0
 partial void DeleteGiftCardUsage(GiftCardUsage instance);
예제 #2
0
 partial void UpdateGiftCardUsage(GiftCardUsage instance);
예제 #3
0
		private void detach_GiftCardUsages(GiftCardUsage entity)
		{
			this.SendPropertyChanging();
			entity.GiftCard = null;
		}
예제 #4
0
 partial void InsertGiftCardUsage(GiftCardUsage instance);
예제 #5
0
		private void attach_GiftCardUsages(GiftCardUsage entity)
		{
			this.SendPropertyChanging();
			entity.GiftCard = this;
		}