Exemplo n.º 1
0
 public TagQueryService()
 {
     this.database = DataContextFactory.GetContext();
 }
Exemplo n.º 2
0
 public ImageService()
 {
     this.database = DataContextFactory.GetContext();
 }
Exemplo n.º 3
0
 public ArticleCommentService()
 {
     this.database = DataContextFactory.GetContext();
 } // CONSTRUCTOR ENDS ------------------------------------------------- //
Exemplo n.º 4
0
 public ArticleTagService()
 {
     this.database = DataContextFactory.GetContext();
 }
Exemplo n.º 5
0
 public CommentService()
 {
     this.database = DataContextFactory.GetContext();
 } // ------------------------------------------------------------------ //