public CategoryController(SomethingDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public PostController(SomethingDbContext context)
 {
     _context = context;
 }