public ReferenceRoomController(IHttpContextAccessor accessor, IHostingEnvironment hostingEnvironment, ITechNoteViewModel techNoteViewModel, ITechNoteService techNoteService, ISmartXRelatedService smartXRelatedService, Microsoft.Extensions.Configuration.IConfiguration configuration) { _techNoteService = techNoteService; _hostingEnvironment = hostingEnvironment; _accessor = accessor; _techNoteViewModel = techNoteViewModel; _smartXRelatedService = smartXRelatedService; _configuration = configuration; }
public SmartXRelatedViewModel(ISmartXRelatedService smartXRelatedService) { _smartXRelatedService = smartXRelatedService; }