public CategoryService([NotNull] BlazingSiteBlogDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public PostService([NotNull] BlazingSiteBlogDbContext context)
 {
     _context = context;
 }