public ProductController(DbaseExampleContext context) { _context = context; }
public OrderController(DbaseExampleContext context) { _context = context; }
public HomeController(ILogger <HomeController> logger, DbaseExampleContext context) { _logger = logger; _context = context; }