예제 #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;
 }