public BrowseMovieController(LaxWebsiteProjectContext context) { _context = context; }
public HomeController(LaxWebsiteProjectContext context) { _context = context; }
public ControllerBase(LaxWebsiteProjectContext context) { _context = context; }