コード例 #1
0
 public DetailsModel(UCLVitecMV.Models.UCLVitecMVContext context)
 {
     _context = context;
 }
コード例 #2
0
 public ProductListModel(UCLVitecMV.Models.UCLVitecMVContext context)
 {
     _context = context;
 }
コード例 #3
0
 public CreateModel(UCLVitecMV.Models.UCLVitecMVContext context)
 {
     _context = context;
 }
コード例 #4
0
 public EditModel(UCLVitecMV.Models.UCLVitecMVContext context)
 {
     _context = context;
 }
コード例 #5
0
ファイル: Index.cshtml.cs プロジェクト: jimm1034/UCLVitecMV
 public IndexModel(UCLVitecMV.Models.UCLVitecMVContext context)
 {
     _context = context;
 }
コード例 #6
0
 public DeleteModel(UCLVitecMV.Models.UCLVitecMVContext context)
 {
     _context = context;
 }