Ejemplo n.º 1
0
 public DeleteModel(ShoppingList.Data.ShoppingListContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public EditModel(ShoppingList.Data.ShoppingListContext context)
 {
     _context = context;
 }
 public DetailsModel(ShoppingList.Data.ShoppingListContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public IndexModel(ShoppingList.Data.ShoppingListContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public SeedingService(ShoppingListContext context)
 {
     _context = context;
 }
Ejemplo n.º 6
0
 public SqlShoppingListRepo(ShoppingListContext context)
 {
     _context = context;
 }