コード例 #1
0
ファイル: Delete.cshtml.cs プロジェクト: singhuh/IS7012
 public DeleteModel(CoreCountry.Models.CoreCountryContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: Details.cshtml.cs プロジェクト: singhuh/IS7012
 public DetailsModel(CoreCountry.Models.CoreCountryContext context)
 {
     _context = context;
 }
コード例 #3
0
 public IndexModel(CoreCountry.Models.CoreCountryContext context)
 {
     _context = context;
 }
コード例 #4
0
ファイル: Edit.cshtml.cs プロジェクト: singhuh/IS7012
 public EditModel(CoreCountry.Models.CoreCountryContext context)
 {
     _context = context;
 }