Exemplo n.º 1
0
 public Shoppinglist_ProductController(Website_Project_AgileContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public CategoriesController(Website_Project_AgileContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public ProductsController(Website_Project_AgileContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public ShoppingListsController(Website_Project_AgileContext context, UserManager <ApplicationUser> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }