Пример #1
0
 public NivoSliderPlugin(IResimServisi resimServisi,
                         IAyarlarServisi ayarlarServisi, IWebYardımcısı webYardımcısı)
 {
     this._resimServisi   = resimServisi;
     this._ayarlarServisi = ayarlarServisi;
     this._webYardımcısı  = webYardımcısı;
 }
Пример #2
0
 public WidgetsNivoSliderController(IWorkContext workContext,
                                    ISiteContext siteContext,
                                    ISiteServisi siteService,
                                    IResimServisi resimServisi,
                                    IAyarlarServisi ayarlarServisi,
                                    IÖnbellekYönetici önbellekYönetici)
 {
     this._workContext      = workContext;
     this._siteContext      = siteContext;
     this._siteService      = siteService;
     this._resimServisi     = resimServisi;
     this._ayarlarServisi   = ayarlarServisi;
     this._önbellekYönetici = önbellekYönetici;
 }
 public WidgetsNivoSliderController(IWorkContext workContext,
                                    ISiteServisi siteServisi,
                                    IResimServisi resimServisi,
                                    IAyarlarServisi ayarlarServisi,
                                    IİzinServisi izinServisi,
                                    ILocalizationService localizationService)
 {
     this._workContext         = workContext;
     this._siteServisi         = siteServisi;
     this._resimServisi        = resimServisi;
     this._ayarlarServisi      = ayarlarServisi;
     this._izinServisi         = izinServisi;
     this._localizationService = localizationService;
 }
Пример #4
0
 public XlsServisi(IFirmaServisi musteriServisi,
                   IResimServisi resimServisi,
                   IBagliTeklifOgesiServisi bagliTeklifOgesi,
                   IKullanıcıServisi kullanıcıServisi,
                   IYetkililerServisi yetkiliServisi,
                   IAyarlarServisi ayarlarServisi,
                   ITeklifServisi teklifServisi)
 {
     this._musteriServisi   = musteriServisi;
     this._bagliTeklifOgesi = bagliTeklifOgesi;
     this._kullanıcıServisi = kullanıcıServisi;
     this._yetkiliServisi   = yetkiliServisi;
     this._teklifServisi    = teklifServisi;
     this._resimServisi     = resimServisi;
     this._ayarlarServisi   = ayarlarServisi;
 }
Пример #5
0
        public GenelModelFactory(IKategoriServisi categoryService,
                                 ISayfalarServisi topicService,
                                 ILanguageService languageService,
                                 ILocalizationService localizationService,
                                 IWorkContext workContext,
                                 ISiteContext storeContext,
                                 ITemaContext themeContext,
                                 ITemaSağlayıcı themeProvider,
                                 IForumServisi forumservice,
                                 IGenelÖznitelikServisi genericAttributeService,
                                 IWebYardımcısı webHelper,
                                 IİzinServisi permissionService,
                                 IStatikÖnbellekYönetici cacheManager,
                                 ISayfaHeadOluşturucu pageHeadBuilder,
                                 IResimServisi pictureService,
                                 IHostingEnvironment hostingEnvironment,

                                 KatalogAyarları catalogSettings,
                                 SiteBilgiAyarları storeInformationSettings,
                                 GenelAyarlar commonSettings,
                                 BlogAyarları blogSettings,
                                 ForumAyarları forumSettings,
                                 LocalizationSettings localizationSettings)
        {
            this._categoryService         = categoryService;
            this._topicService            = topicService;
            this._languageService         = languageService;
            this._localizationService     = localizationService;
            this._workContext             = workContext;
            this._storeContext            = storeContext;
            this._themeContext            = themeContext;
            this._themeProvider           = themeProvider;
            this._genericAttributeService = genericAttributeService;
            this._webHelper                = webHelper;
            this._permissionService        = permissionService;
            this._cacheManager             = cacheManager;
            this._pageHeadBuilder          = pageHeadBuilder;
            this._pictureService           = pictureService;
            this._hostingEnvironment       = hostingEnvironment;
            this._catalogSettings          = catalogSettings;
            this._storeInformationSettings = storeInformationSettings;
            this._commonSettings           = commonSettings;
            this._blogSettings             = blogSettings;
            this._forumSettings            = forumSettings;
            this._localizationSettings     = localizationSettings;
        }
Пример #6
0
 public PdfServisi(IWorkContext workContext,
                   PdfAyarları pdfAyarları,
                   IAyarlarServisi ayarlarServisi,
                   IResimServisi resimServisi,
                   IFirmaServisi musteriServisi,
                   IBagliTeklifOgesiServisi bagliTeklifOgesi,
                   IKullanıcıServisi kullanıcıServisi,
                   IYetkililerServisi yetkiliServisi,
                   ITeklifServisi teklifServisi
                   )
 {
     this._workContext      = workContext;
     this._pdfAyarları      = pdfAyarları;
     this._ayarlarServisi   = ayarlarServisi;
     this._resimServisi     = resimServisi;
     this._musteriServisi   = musteriServisi;
     this._bagliTeklifOgesi = bagliTeklifOgesi;
     this._kullanıcıServisi = kullanıcıServisi;
     this._yetkiliServisi   = yetkiliServisi;
     this._teklifServisi    = teklifServisi;
 }
Пример #7
0
 public AyarlarController(IWorkContext workContext,
                          IİzinServisi izinServisi,
                          ISiteServisi siteServisi,
                          IAyarlarServisi ayarlarServisi,
                          ITemaSağlayıcı temaSağlayıcı,
                          GenelAyarlar genelAyarlar,
                          IKullanıcıİşlemServisi kulllanıcıİşlemServisi,
                          ITamMetinServisi tamMetinServisi,
                          ITarihYardımcısı tarihYardımcısı,
                          IResimServisi resimServisi)
 {
     this._workContext            = workContext;
     this._izinServisi            = izinServisi;
     this._siteServisi            = siteServisi;
     this._ayarlarServisi         = ayarlarServisi;
     this._temaSağlayıcı          = temaSağlayıcı;
     this._genelAyarlar           = genelAyarlar;
     this._kulllanıcıİşlemServisi = kulllanıcıİşlemServisi;
     this._tamMetinServisi        = tamMetinServisi;
     this._tarihYardımcısı        = tarihYardımcısı;
     this._resimServisi           = resimServisi;
 }
Пример #8
0
 public ResimController(IResimServisi pictureService)
 {
     this._pictureService = pictureService;
 }