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