예제 #1
0
 public Shoppinglist_ProductController(Website_Project_AgileContext context)
 {
     _context = context;
 }
예제 #2
0
 public CategoriesController(Website_Project_AgileContext context)
 {
     _context = context;
 }
예제 #3
0
 public ProductsController(Website_Project_AgileContext context)
 {
     _context = context;
 }
예제 #4
0
 public ShoppingListsController(Website_Project_AgileContext context, UserManager <ApplicationUser> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }