Beispiel #1
0
		private void detach_Feedbacks(Feedback entity)
		{
			this.SendPropertyChanging();
			entity.Product = null;
		}
Beispiel #2
0
		private void attach_Feedbacks(Feedback entity)
		{
			this.SendPropertyChanging();
			entity.Product = this;
		}
Beispiel #3
0
 partial void UpdateFeedback(Feedback instance);
Beispiel #4
0
 partial void DeleteFeedback(Feedback instance);
Beispiel #5
0
 partial void InsertFeedback(Feedback instance);