public DeleteModel(BigScreen.Models.BigScreenContext context) { _context = context; }
public EditModel(BigScreen.Models.BigScreenContext context) { _context = context; }
public CreateModel(BigScreen.Models.BigScreenContext context, IHostingEnvironment environment) { _context = context; hostingEnvironment = environment; }
public CreateModel(BigScreen.Models.BigScreenContext context) { _context = context; }
public DetailsModel(BigScreen.Models.BigScreenContext context) { _context = context; }
public IndexModel(BigScreen.Models.BigScreenContext context) { _context = context; }