Esempio n. 1
0
 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;
 }
Esempio n. 5
0
 public EditModel(SupportPagesPro.Data.SupportPagesProContext context, IHtmlHelper htmlHelper)
 {
     _context        = context;
     this.htmlHelper = htmlHelper;
 }