コード例 #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;
		}