public ProductsController(BOOKSTOREContext context) { _context = context; }
public ChartLinesController(BOOKSTOREContext context) { _context = context; }
public PaymentsController(BOOKSTOREContext context) { _context = context; }
public LoginController(BOOKSTOREContext context, UserManager <AppUser> userManager, SignInManager <AppUser> signInManager) { _context = context; this.userManager = userManager; this.signInManager = signInManager; }
public CustomersController(BOOKSTOREContext context) { _context = context; }
public WishListLinesController(BOOKSTOREContext context) { _context = context; }
public OrderTablesController(BOOKSTOREContext context) { _context = context; }
public BookStoreData(BOOKSTOREContext context) { _context = context; }