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ı; }
public TarihYardımcısı(IWorkContext workContext, IGenelÖznitelikServisi genelÖznitelikServisi, TarihAyarları tarihAyarları, IAyarlarServisi ayarlarServisi ) { this._workContext = workContext; this._genelÖznitelikServisi = genelÖznitelikServisi; this._tarihAyarları = tarihAyarları; this._ayarlarServisi = ayarlarServisi; }
public LanguageService(IStatikÖnbellekYönetici cacheManager, IDepo <Dil> languageRepository, ISiteMappingServisi siteMappingService, IAyarlarServisi settingService, LocalizationSettings localizationSettings, IOlayYayınlayıcı eventPublisher) { this._cacheManager = cacheManager; this._languageRepository = languageRepository; this._siteMappingService = siteMappingService; this._settingService = settingService; this._localizationSettings = localizationSettings; this._eventPublisher = eventPublisher; }
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; }
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; }
public ResimServisi(IDepo <Resim> pictureRepository, IAyarlarServisi ayarlarServisi, IWebYardımcısı webYardımcısı, ILogger logger, IDbContext dbContext, IOlayYayınlayıcı olayYayınlayıcısı, MedyaAyarları medyaAyarları, IDataSağlayıcı dataSağlayıcı) { this._resimDepo = pictureRepository; this._ayarlarServisi = ayarlarServisi; this._webYardımcısı = webYardımcısı; this._logger = logger; this._dbContext = dbContext; this._olayYayınlayıcısı = olayYayınlayıcısı; this._medyaAyarları = medyaAyarları; this._dataSağlayıcı = dataSağlayıcı; }
public AzurePictureService(IDepo <Resim> resimDepo, IAyarlarServisi ayarlarServisi, IWebYardımcısı webYardımcısı, ILogger logger, IDbContext dbContext, IOlayYayınlayıcı olayYayınlayıcı, IStatikÖnbellekYönetici önbellekYönetici, MedyaAyarları medyaAyarları, Config config, IDataSağlayıcı dataSağlayıcı, IHostingEnvironment hostingEnvironment) : base(resimDepo, ayarlarServisi, webYardımcısı, logger, dbContext, olayYayınlayıcı, medyaAyarları, dataSağlayıcı, hostingEnvironment) { this._önbellekYönetici = önbellekYönetici; this._medyaAyarları = medyaAyarları; this._config = config; if (string.IsNullOrEmpty(_config.AzureBlobStorageConnectionString)) { throw new Exception("Azure connection string for BLOB is not specified"); } if (string.IsNullOrEmpty(_config.AzureBlobStorageContainerName)) { throw new Exception("Azure container name for BLOB is not specified"); } if (string.IsNullOrEmpty(_config.AzureBlobStorageEndPoint)) { throw new Exception("Azure end point for BLOB is not specified"); } CreateCloudBlobContainer(); }
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; }
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; }