コード例 #1
0
 public DeleteModel(ComputerShop_withAuth.Models.ShopContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: Index.cshtml.cs プロジェクト: Lehel44/computer-shop
 public IndexModel(ComputerShop_withAuth.Models.ShopContext context)
 {
     _context = context;
 }