public EditIndustrySolutionsController(IWebHostEnvironment appEnvironment, IKB_industrySolutionService context, IFileIndustrySolutionService fsContext) { _appEnvironment = appEnvironment; _db = context; _fsContext = fsContext; }
public IndustrySolutionsController(IKB_industrySolutionService context) { _db = context; }