Ejemplo n.º 1
0
 public EditIndustrySolutionsController(IWebHostEnvironment appEnvironment, IKB_industrySolutionService context, IFileIndustrySolutionService fsContext)
 {
     _appEnvironment = appEnvironment;
     _db             = context;
     _fsContext      = fsContext;
 }
Ejemplo n.º 2
0
 public IndustrySolutionsController(IKB_industrySolutionService context)
 {
     _db = context;
 }