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