Esempio n. 1
0
 public AgentAccessLayer()
 {
     this.db     = new FR_JJ();
     this.agents = this.db.Set <Agent>();
 }
Esempio n. 2
0
 public QuestionAccessLayer()
 {
     this.db        = new FR_JJ();
     this.questions = this.db.Set <Question>();
 }