Example #1
0
 public ProductsController(ADMINContext context)
 {
     _context = context;
 }
 public BasketsController(ADMINContext context, UserManager <ApplicationUser> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }