public CreateModel(SupportPagesPro.Data.SupportPagesProContext context) { _context = context; }
public ResponseModel(SupportPagesPro.Data.SupportPagesProContext context) { _context = context; }
public DetailsModel(SupportPagesPro.Data.SupportPagesProContext context) { _context = context; }
public IndexModel(SupportPagesPro.Data.SupportPagesProContext context) { _context = context; }
public EditModel(SupportPagesPro.Data.SupportPagesProContext context, IHtmlHelper htmlHelper) { _context = context; this.htmlHelper = htmlHelper; }