コード例 #1
0
 public CreateModel(SupportPagesPro.Data.SupportPagesProContext context)
 {
     _context = context;
 }
コード例 #2
0
 public ResponseModel(SupportPagesPro.Data.SupportPagesProContext context)
 {
     _context = context;
 }
コード例 #3
0
 public DetailsModel(SupportPagesPro.Data.SupportPagesProContext context)
 {
     _context = context;
 }
コード例 #4
0
 public IndexModel(SupportPagesPro.Data.SupportPagesProContext context)
 {
     _context = context;
 }
コード例 #5
0
 public EditModel(SupportPagesPro.Data.SupportPagesProContext context, IHtmlHelper htmlHelper)
 {
     _context        = context;
     this.htmlHelper = htmlHelper;
 }