Exemple #1
0
 public CreateModel(ProjectShop.Data.ProjectShopContext context)
 {
     _context = context;
 }
Exemple #2
0
 public EditModel(ProjectShop.Data.ProjectShopContext context)
 {
     _context = context;
 }
Exemple #3
0
 public DetailsModel(ProjectShop.Data.ProjectShopContext context)
 {
     _context = context;
 }
Exemple #4
0
 public IndexModel(ProjectShop.Data.ProjectShopContext context)
 {
     _context = context;
 }