Beispiel #1
0
 public DetailsModel(UCLVitecMV.Models.UCLVitecMVContext context)
 {
     _context = context;
 }
 public ProductListModel(UCLVitecMV.Models.UCLVitecMVContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public CreateModel(UCLVitecMV.Models.UCLVitecMVContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public EditModel(UCLVitecMV.Models.UCLVitecMVContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public IndexModel(UCLVitecMV.Models.UCLVitecMVContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public DeleteModel(UCLVitecMV.Models.UCLVitecMVContext context)
 {
     _context = context;
 }