コード例 #1
0
ファイル: Create.cshtml.cs プロジェクト: andigold/MVC-.NET
 public CreateModel(UserRestaurnats3.Database.DataStorage context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: Index.cshtml.cs プロジェクト: andigold/MVC-.NET

        
コード例 #3
0
 public DetailsModel(UserRestaurnats3.Database.DataStorage context)
 {
     _context = context;
 }