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