public ProductController(TokoKokoContext context) { _context = context; }
public CustomerController(TokoKokoContext context) { _context = context; }