コード例 #1
0
ファイル: Details.cshtml.cs プロジェクト: RahimFatih/dotnetW
 public DetailsModel(RazorPagesGameContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: Edit.cshtml.cs プロジェクト: RahimFatih/pogodynkaV4
 public EditModel(RazorPagesGameContext context)
 {
     _context = context;
 }
コード例 #3
0
 public CreateModel(RazorPagesGameContext context)
 {
     _context = context;
 }
コード例 #4
0
 public DeleteModel(RazorPagesGameContext context)
 {
     _context = context;
 }
コード例 #5
0
 public IndexModel(RazorPagesGameContext context)
 {
     _context = context;
 }