public BlogsController(SampleLogMakerCoreContext context) { _context = context; }
public CommentsController(SampleLogMakerCoreContext context) { _context = context; }