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