Example #1
0
 public TopicQueries(SmartsDbContext context)
 {
     this.context = context;
 }
Example #2
0
 public PlanQueries(SmartsDbContext context)
 {
     this.context = context;
 }
Example #3
0
 public TopicQueries()
 {
     this.context = new SmartsDbContext();
 }
Example #4
0
 public PlanQueries()
 {
     this.context = new SmartsDbContext();
 }
Example #5
0
 public WebUserQueries(SmartsDbContext context)
 {
     this.context = context;
 }
Example #6
0
 public WebUserQueries()
 {
     this.context = new SmartsDbContext();
 }
Example #7
0
 public CommentQueries(SmartsDbContext context)
 {
     this.context = context;
 }
Example #8
0
 public CommentQueries()
 {
     this.context = new SmartsDbContext();
 }