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