public ShippingController(WFHMicrositeContext context, IWebHostEnvironment env, IConfiguration configuration)
 {
     _context       = context;
     _env           = env;
     _configuration = configuration;
 }
 public ProductOptionsController(WFHMicrositeContext context)
 {
     _context = context;
 }
 public ProductImagesController(WFHMicrositeContext context)
 {
     _context = context;
 }
 public WarrantyController(WFHMicrositeContext context)
 {
     _context = context;
 }