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