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