public NewsClassifyService(NewsContext context) { _context = context; }
public BannerService(NewsContext context) { _context = context; }
public NewsService(NewsContext context) { _context = context; }