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