Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
0
 public SmartXRelatedViewModel(ISmartXRelatedService smartXRelatedService)
 {
     _smartXRelatedService = smartXRelatedService;
 }