Ejemplo n.º 1
0
		private void detach_tbOffers(tbOffer entity)
		{
			this.SendPropertyChanging();
			entity.tbCoreArticleData = null;
		}
Ejemplo n.º 2
0
 partial void DeletetbOffer(tbOffer instance);
Ejemplo n.º 3
0
 partial void UpdatetbOffer(tbOffer instance);
Ejemplo n.º 4
0
 partial void InserttbOffer(tbOffer instance);
Ejemplo n.º 5
0
		private void detach_tbOffers(tbOffer entity)
		{
			this.SendPropertyChanging();
			entity.tbOfferType = null;
		}
Ejemplo n.º 6
0
		private void attach_tbOffers(tbOffer entity)
		{
			this.SendPropertyChanging();
			entity.tbOfferType = this;
		}