public IndexModel(CatalogContext catalog, ShowsContext shows) { ShowsContext = shows; CatalogContext = catalog; }
public IndexModel(ShowsContext shows, BillingContext billing) { Shows = shows; Billing = billing; }
public HomeController(ShowsContext c) { context = c; }
public SessionDetailsTagHelper(ShowsContext showsContext, IHtmlHelper htmlHelper) { ShowsContext = showsContext; Helper = htmlHelper; }