public LandingPageController(IQnARepository __IQnARepository, IQnAService __IQnAService, IVideoGalleryRepository __IVideoGalleryRepository,
                              IVideoGalleryService __IVideoGalleryService, IQnAImageService __IQnAImageService, IQnAVideoService __IQnAVideoService)
 {
     _IQnARepository          = __IQnARepository;
     _IQnAService             = __IQnAService;
     _IVideoGalleryRepository = __IVideoGalleryRepository;
     _IVideoGalleryService    = __IVideoGalleryService;
     _IQnAImageService        = __IQnAImageService;
     _IQnAVideoService        = __IQnAVideoService;
 }
Exemplo n.º 2
0
 public VideoGalleryService(IVideoGalleryRepository __IVideoGalleryRepository)
 {
     _IVideoGalleryRepository = __IVideoGalleryRepository;
 }