Example #1
0
 public CategoryService(LittleBlogContext context)
 {
     _db = context;
 }
Example #2
0
 public TagService(LittleBlogContext context)
 {
     _db = context;
 }
Example #3
0
 public ArticleService(LittleBlogContext context)
 {
     db = context;
 }