コード例 #1
0
ファイル: Index.cshtml.cs プロジェクト: nannkau/thucannhanh
 public IndexModel(Fastfood.Data.FastfoodContext context)
 {
     _context = context;
 }
コード例 #2
0
 public DetailsModel(Fastfood.Data.FastfoodContext context)
 {
     _context = context;
 }
コード例 #3
0
 public EditModel(Fastfood.Data.FastfoodContext context)
 {
     _context = context;
 }
コード例 #4
0
 public CreateModel(Fastfood.Data.FastfoodContext context)
 {
     _context = context;
 }
コード例 #5
0
 public DeleteModel(Fastfood.Data.FastfoodContext context)
 {
     _context = context;
 }