Esempio n. 1
0
 private void attach_Answers(Answers entity)
 {
     this.SendPropertyChanging();
     entity.Interview = this;
 }
Esempio n. 2
0
 private void detach_Answers(Answers entity)
 {
     this.SendPropertyChanging();
     entity.Interview = null;
 }
Esempio n. 3
0
 partial void DeleteAnswers(Answers instance);
Esempio n. 4
0
 partial void UpdateAnswers(Answers instance);
Esempio n. 5
0
 partial void InsertAnswers(Answers instance);
Esempio n. 6
0
 private void detach_Answers(Answers entity)
 {
     this.SendPropertyChanging();
     entity.Questions = null;
 }
Esempio n. 7
0
 private void attach_Answers(Answers entity)
 {
     this.SendPropertyChanging();
     entity.Questions = this;
 }