コード例 #1
0
 public HP_PhotosController(IHP_PhotosReopsitory hP_PhotosReopsitory, IHP_PhotosVersionRepository hP_PhotosVersionRepository, IApprovalNotificationsRepository approvalNotificationsRepository, IToastNotification toastNotification, IEventLogger <HP_PhotosController> eventLogger, UserManager <ApplicationUser> userManager, IFileService fileService)
 {
     _hP_PhotosReopsitory        = hP_PhotosReopsitory;
     _hP_PhotosVersionRepository = hP_PhotosVersionRepository;
     _fileService       = fileService;
     _userManager       = userManager;
     _toastNotification = toastNotification;
     _eventLogger       = eventLogger;
     _approvalNotificationsRepository = approvalNotificationsRepository;
 }
コード例 #2
0
 public PhotosViewComponent(IHP_PhotosReopsitory hP_PhotosReopsitory, IConfiguration configuration)
 {
     _hP_PhotosReopsitory = hP_PhotosReopsitory;
     _configuration       = configuration;
 }