Beispiel #1
0
 public TopicQueries(SmartsDbContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public PlanQueries(SmartsDbContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public TopicQueries()
 {
     this.context = new SmartsDbContext();
 }
Beispiel #4
0
 public PlanQueries()
 {
     this.context = new SmartsDbContext();
 }
 public WebUserQueries(SmartsDbContext context)
 {
     this.context = context;
 }
 public WebUserQueries()
 {
     this.context = new SmartsDbContext();
 }
 public CommentQueries(SmartsDbContext context)
 {
     this.context = context;
 }
 public CommentQueries()
 {
     this.context = new SmartsDbContext();
 }