Пример #1
0
 public HP_VideoController(IHP_VideoReopsitory hP_VideoReopsitory, IHP_VideoVersionRepository hP_VideoVersionRepository, IApprovalNotificationsRepository approvalNotificationsRepository, IToastNotification toastNotification, IEventLogger <HP_VideoController> eventLogger, UserManager <ApplicationUser> userManager, IFileService fileService)
 {
     _hP_VideoReopsitory        = hP_VideoReopsitory;
     _hP_VideoVersionRepository = hP_VideoVersionRepository;
     _fileService       = fileService;
     _userManager       = userManager;
     _toastNotification = toastNotification;
     _eventLogger       = eventLogger;
     _approvalNotificationsRepository = approvalNotificationsRepository;
 }
Пример #2
0
 public VideoViewComponent(IHP_VideoReopsitory hP_VideoReopsitory, IConfiguration configuration)
 {
     _hP_VideoReopsitory = hP_VideoReopsitory;
 }