コード例 #1
0
ファイル: Edit.cshtml.cs プロジェクト: joshbushdash/WebPage
 public EditModel(WebPage.Models.WebPageContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: Delete.cshtml.cs プロジェクト: joshbushdash/WebPage
 public DeleteModel(WebPage.Models.WebPageContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: Index.cshtml.cs プロジェクト: joshbushdash/WebPage
 public IndexModel(WebPage.Models.WebPageContext context)
 {
     _context = context;
 }
コード例 #4
0
 public DetailsModel(WebPage.Models.WebPageContext context)
 {
     _context = context;
 }
コード例 #5
0
ファイル: Create.cshtml.cs プロジェクト: joshbushdash/WebPage
 public CreateModel(WebPage.Models.WebPageContext context)
 {
     _context = context;
 }