コード例 #1
0
ファイル: Edit.cshtml.cs プロジェクト: illyme/StudentiWeb
 public EditModel(StudentiWeb.Data.StudentiWebContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: Create.cshtml.cs プロジェクト: illyme/StudentiWeb
 public CreateModel(StudentiWeb.Data.StudentiWebContext context)
 {
     _context = context;
 }
コード例 #3
0
 public IndexModel(StudentiWeb.Data.StudentiWebContext context)
 {
     _context = context;
 }
コード例 #4
0
 public DetailsModel(StudentiWeb.Data.StudentiWebContext context)
 {
     _context = context;
 }