Exemple #1
0
 public SliderController(
     ILocalizedEntityService localizedEntityService,
     ISliderService sliderService)
 {
     _localizedEntityService = localizedEntityService;
     _sliderService          = sliderService;
 }
Exemple #2
0
 public SliderController(ISliderService sliderService, ISliderImageService sliderImageService, IHostingEnvironment environment)
 {
     this.sliderService      = sliderService;
     this.sliderImageService = sliderImageService;
     this.environment        = environment;
     fileProccesing          = new Core.Util.FileProccesing();
 }
Exemple #3
0
 public HomeController(
     ILangService langService,
     ILangDetailService langDetailService,
     IMapper mapper,
     IViewRenderService viewRenderService,
     IUnitOfWorkAsync unitOfWork,
     ISettingService settingService,
     ILotteryService lotteryService,
     IDataContextAsync context,
     IFAQService faqService,
     ITemplateService templateService,
     IPricePredictionService pricePredictionService,
     ILotteryHistoryService lotteryHistoryService,
     ISliderService sliderService,
     INewsService newsService)
 {
     this._langService            = langService;
     this._langDetailService      = langDetailService;
     this._mapper                 = mapper;
     this._viewRenderService      = viewRenderService;
     this._settingService         = settingService;
     this._unitOfWork             = unitOfWork;
     this._faqService             = faqService;
     this._lotteryService         = lotteryService;
     this._templateService        = templateService;
     this._context                = context;
     this._newsService            = newsService;
     this._pricePredictionService = pricePredictionService;
     this._lotteryHistoryService  = lotteryHistoryService;
     this._sliderService          = sliderService;
 }
Exemple #4
0
 public HomeController(ISampleService serv, ICategoryService categoryService, IProductService productService, ISliderService sliderService)
 {
     sampleService    = serv;
     _categoryService = categoryService;
     _productService  = productService;
     _sliderService   = sliderService;
 }
Exemple #5
0
 //public UiDataService() { }
 public UiDataService(
     ILanguageService languageService,
     ISliderService sliderService,
     IMenuService menuService,
     ICategoryService categoryService,
     IProductImageService productImageService,
     IProductService productService,
     IContactService contactService,
     IContactInformationService contactInformationService,
     IProjectService projectService,
     IServiceService serviceService,
     IGlobalTextDataService globalTextDataService)
 {
     this.languageService           = languageService;
     this.sliderService             = sliderService;
     this.menuService               = menuService;
     this.categoryService           = categoryService;
     this.productImageService       = productImageService;
     this.productService            = productService;
     this.contactService            = contactService;
     this.contactInformationService = contactInformationService;
     this.projectService            = projectService;
     this.serviceService            = serviceService;
     this.globalTextDataService     = globalTextDataService;
 }
Exemple #6
0
        public BaseAdminModelFactory(
            ICustomerActivityService customerActivityService,
            IStateProvinceService stateProvinceService,
            IStaticCacheManager cacheManager,
            IStoreService storeService,
            ITopicTemplateService topicTemplateService,
            IEmailAccountService emailAccountService,
            ICategoryService categoryService,
            ICategoryTemplateService categoryTemplateService, ICustomerService customerService, INewsPaperServices newsPaperServices,
            ISliderService sliderService, IGalleryService galleryService, IVideoService videoService)
        {
            this._customerActivityService = customerActivityService;
            this._stateProvinceService    = stateProvinceService;
            this._cacheManager            = cacheManager;
            this._storeService            = storeService;
            this._topicTemplateService    = topicTemplateService;
            _emailAccountService          = emailAccountService;
            _categoryService         = categoryService;
            _categoryTemplateService = categoryTemplateService;
            _customerService         = customerService;
            _newsPaperServices       = newsPaperServices;

            _sliderService  = sliderService;
            _galleryService = galleryService;
            _videoService   = videoService;
        }
Exemple #7
0
 public SliderCommandService(ISliderService sliderService, IUnitOfWork unitOfWork, ICommandExecutor executor)
 {
     _sliderService = sliderService;
     _unitOfWork    = unitOfWork;
     _executor      = executor;
     _userSession   = new UserSession();
 }
Exemple #8
0
 public SliderController(ISliderService sliderService,
                         IMapper mapper, IWebHostEnvironment iweb)
 {
     _mapper        = mapper;
     _sliderService = sliderService;
     _iweb          = iweb;
 }
 public SliderController(ISliderService sliderService, IMapper mapper, ILog4Net logger, IDropDownService dropDownService)
 {
     _sliderService   = sliderService;
     _mapper          = mapper;
     _logger          = logger;
     _dropDownService = dropDownService;
 }
 public SliderCommandService(ISliderService sliderService, IUnitOfWork unitOfWork, ICommandExecutor executor)
 {
   _sliderService = sliderService;
   _unitOfWork = unitOfWork;
   _executor = executor;
   _userSession = new UserSession();
 }
Exemple #11
0
 public SliderController(IUserService userService, IPictureService pictureService, IUserContext userContext, ISliderService sliderService, ISettingService settingService)
 {
     this._userService    = userService;
     this._pictureService = pictureService;
     this._userContext    = userContext;
     this._sliderService  = sliderService;
     this._settingService = settingService;
 }
Exemple #12
0
 public HomeController(ISliderService sliderService, IAboutService aboutService, INewsService newsService, IAboutServicesService aboutServicesService, IClientsLogoService clientsLogoService, IInfoService infoService) : base(infoService)
 {
     _sliderService        = sliderService;
     _aboutService         = aboutService;
     _newsService          = newsService;
     _aboutServicesService = aboutServicesService;
     _clientsLogoService   = clientsLogoService;
 }
Exemple #13
0
 public ComponentController(IAudioCmsService audioCmsService, ISliderService sliderService, ISliderTypeService sliderTypeService, IFileService fileService, IImageCmsService imageCmsService, IImageCmsTypeService imageCmsTypeService)
 {
     this._imageCmsTypeService = imageCmsTypeService;
     this._imageCmsService     = imageCmsService;
     this._fileService         = fileService;
     this._sliderTypeService   = sliderTypeService;
     this._sliderService       = sliderService;
     this._audioCmsService     = audioCmsService;
 }
Exemple #14
0
 public HomeController()
 {
     this._articleService = new ArticleService();
     this._newsService    = new NewsService();
     this._videoService   = new VideoService();
     this._userService    = new UserService();
     this._homeService    = new HomeService();
     this._sliderService  = new SliderService();
 }
 public WidgetSliderComponent(
     IPictureService pictureService,
     ISliderService sliderService,
     IWorkContext workContext)
 {
     _pictureService = pictureService;
     _sliderService  = sliderService;
     _workContext    = workContext;
 }
Exemple #16
0
 public SliderViewComponent(
     IPictureService pictureService,
     ICacheManager cacheManager,
     ISliderService sliderService)
 {
     this._pictureService = pictureService;
     this._cacheManager   = cacheManager;
     this._sliderService  = sliderService;
 }
 public CaidathethongController(IConfigSystemService service, ICategoryService categoryService, IDocumentTypeService documentTypeService, IMenuService menuService, ISliderService sildeService)
 {
     this._categoryService     = categoryService;
     this._documentTypeService = documentTypeService;
     this._service             = service;
     this._toolAdmin           = new ToolAdmin(_categoryService, _documentTypeService);
     this._sildeService        = sildeService;
     this._menuService         = menuService;
 }
Exemple #18
0
 public AccountController(IAuthenticationManagementService authenticationManagementService,
                          IPersonManagementService personManagementService, IUniversityRepository universityRepository,
                          ISliderService sliderService)
 {
     _authenticationManagementService = authenticationManagementService;
     _personManagementService         = personManagementService;
     _universityRepository            = universityRepository;
     _sliderService = sliderService;
 }
Exemple #19
0
 public ConfigurationController(IUserService userService, IPictureService pictureService, IUserContext userContext, ISliderService sliderService, ISettingService settingService, IPermissionService permissionService, ITemplateService templateService)
 {
     this._userService       = userService;
     this._pictureService    = pictureService;
     this._userContext       = userContext;
     this._sliderService     = sliderService;
     this._settingService    = settingService;
     this._permissionService = permissionService;
     this._templateService   = templateService;
 }
Exemple #20
0
 public HomeController(IPostService postService, IBookService bookService, IPageService pageService,
                       ICategoryService categoryService, ISliderService sliderService, IOptionService optionService)
 {
     _sliderService   = sliderService;
     _postService     = postService;
     _bookService     = bookService;
     _pageService     = pageService;
     _categoryService = categoryService;
     _optionService   = optionService;
 }
Exemple #21
0
 public SliderViewComponent(
     IPictureService pictureService,
     ICacheBase cacheManager,
     ISliderService sliderService,
     IWorkContext workContext)
 {
     _pictureService = pictureService;
     _sliderService  = sliderService;
     _workContext    = workContext;
 }
 public HomeController(ICompaniesService companieservice, ICategoryService categoryservice, ISifreDegisiklikService sifredegisiklikservice, ISliderService sliderService, ICityService cityservice, ICustomerService customerservice, ICustomersAdressService customeradresservice)
 {
     this._sliderService          = sliderService;
     this._cityservice            = cityservice;
     this._customerservice        = customerservice;
     this._customeradresservice   = customeradresservice;
     this._sifredegisiklikservice = sifredegisiklikservice;
     this._categoryservice        = categoryservice;
     this._companieservice        = companieservice;
 }
 public HomeController(
     IServiceCategoryService categoryService,
     IServiceService serviceService,
     IContentService contentService,
     ISliderService sliderService)
 {
     _categoryService = categoryService;
     _serviceService  = serviceService;
     _contentService  = contentService;
     _sliderService   = sliderService;
 }
 public SliderViewComponent(
     IPictureService pictureService,
     ICacheManager cacheManager,
     ISliderService sliderService,
     IWorkContext workContext)
 {
     this._pictureService = pictureService;
     this._cacheManager   = cacheManager;
     this._sliderService  = sliderService;
     this._workContext    = workContext;
 }
Exemple #25
0
        public SliderController(
            ISliderService sliderService,
            ITagService tagService,
            IUnitOfWork uow

            )
        {
            _sliderService = sliderService;
            _uow           = uow;
            _tagService    = tagService;
        }
        public HomeSliderViewComponent(
            IContentService contentService,
            ISliderService sliderService,
            ICategoryService categoryService

            )
        {
            _categoryService = categoryService;
            _contentService  = contentService;
            _sliderService   = sliderService;
        }
Exemple #27
0
 public HomeController(ISliderService sliderService, IProductService productService, IAboutUsService aboutUsService, IBlogService blogService, IUserService userService, ISecurityInformationService securityInformationService, IBannerService bannerService, IOrderService orderService)
 {
     _sliderService              = sliderService;
     _productService             = productService;
     _aboutUsService             = aboutUsService;
     _blogService                = blogService;
     _userService                = userService;
     _securityInformationService = securityInformationService;
     _bannerService              = bannerService;
     _orderService               = orderService;
 }
 public HomeController(IVideoService service, IConfigSystemService configService, IDetailSilderService detailSilderService, ISliderService sliderService, IPostService postService, IMenuService menuService, ICategoryService categoryService, IDocumentTypeService documentTypeService)
 {
     _categoryService     = categoryService;
     _Service             = service;
     _documentTypeService = documentTypeService;
     _menuService         = menuService;
     _postService         = postService;
     _sliderService       = sliderService;
     _detailSilderService = detailSilderService;
     _configService       = configService;
 }
Exemple #29
0
 public UserController(IUserService userService, IPictureService pictureService, IUserContext userContext, ISliderService sliderService, ISettingService settingService, IRoleService roleService, IPermissionService permissionService, IAuditService auditService)
 {
     this._userService       = userService;
     this._pictureService    = pictureService;
     this._userContext       = userContext;
     this._sliderService     = sliderService;
     this._settingService    = settingService;
     this._roleService       = roleService;
     this._permissionService = permissionService;
     this._auditService      = auditService;
 }
Exemple #30
0
 public HomeController(ICompanyService companyservice,
                       ISliderService sliderService,
                       IProductService productService,
                       IPackageService packageService,
                       ICategoryService categoryService)
 {
     this._companyservice  = companyservice;
     this._sliderService   = sliderService;
     this._productService  = productService;
     this._packageService  = packageService;
     this._categoryService = categoryService;
 }
Exemple #31
0
 public HomeController(ISocialIconService socialIconService, IProductService productService,
                       ICompanyService companyService, IMenuService menuService, ISliderService sliderService,
                       IBulletinMemberService bulletinMemberService, IPagesService pagesService)
 {
     this._productService        = productService;
     this._companyService        = companyService;
     this._menuService           = menuService;
     this._sliderService         = sliderService;
     this._bulletinMemberService = bulletinMemberService;
     this._pagesService          = pagesService;
     this._socialIconService     = socialIconService;
 }
Exemple #32
0
 public SlidersController(ISliderService sliderService)
 {
     _sliderService = sliderService;
 }
 public SliderReportService(ICommandExecutor executor, ISliderService sliderService)
 {
   _executor = executor;
   _sliderService = sliderService;
   _userSession = new UserSession();
 }