コード例 #1
0
 public DeleteModel(StudentIncidents.Data.StudentIncidentsContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: Edit.cshtml.cs プロジェクト: mbuziewicz/ASP.NET
 public EditModel(StudentIncidents.Data.StudentIncidentsContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: Index.cshtml.cs プロジェクト: mbuziewicz/ASP.NET
 public IndexModel(StudentIncidents.Data.StudentIncidentsContext context)
 {
     _context = context;
 }