Ejemplo n.º 1
0
 private void detach_answers_to_questions(answers_to_questions entity)
 {
     this.SendPropertyChanging();
     entity.pool_question = null;
 }
Ejemplo n.º 2
0
 private void attach_answers_to_questions(answers_to_questions entity)
 {
     this.SendPropertyChanging();
     entity.pool_answer = this;
 }
Ejemplo n.º 3
0
 partial void Updateanswers_to_questions(answers_to_questions instance);
Ejemplo n.º 4
0
 partial void Deleteanswers_to_questions(answers_to_questions instance);
Ejemplo n.º 5
0
 partial void Insertanswers_to_questions(answers_to_questions instance);