public BrowseMovieController(LaxWebsiteProjectContext context)
 {
     _context = context;
 }
 public HomeController(LaxWebsiteProjectContext context)
 {
     _context = context;
 }
예제 #3
0
 public ControllerBase(LaxWebsiteProjectContext context)
 {
     _context = context;
 }