예제 #1
0
 partial void DeleteB2BAnswer(B2BAnswer instance);
예제 #2
0
 partial void UpdateB2BAnswer(B2BAnswer instance);
예제 #3
0
		private void detach_B2BAnswers(B2BAnswer entity)
		{
			this.SendPropertyChanging();
			entity.B2BTestResult = null;
		}
예제 #4
0
 partial void InsertB2BAnswer(B2BAnswer instance);
예제 #5
0
		private void detach_Answers(B2BAnswer entity)
		{
			this.SendPropertyChanging();
			entity.B2BQuestion = null;
		}