Example #1
0
 public FinansController(
     IİzinServisi izinServisi,
     ISiteServisi siteServisi,
     IOdemeFormuServisi OdemeFormuServisi,
     IKonumServisi konumServisi,
     IKullanıcıİşlemServisi kullanıcıİşlemServisi,
     IYetkililerServisi yetkiliServisi,
     IBankalarServisi bankalarServisi,
     IKullanıcıServisi kullanıcıServisi,
     INotServisi notServisi,
     IWorkContext workContext,
     ITeklifKalemiServisi teklifKalemiServisi,
     IHariciSektorServisi hariciSektorServisi)
 {
     this._izinServisi           = izinServisi;
     this._siteServisi           = siteServisi;
     this._OdemeFormuServisi     = OdemeFormuServisi;
     this._konumServisi          = konumServisi;
     this._kullanıcıİşlemServisi = kullanıcıİşlemServisi;
     this._yetkiliServisi        = yetkiliServisi;
     this._bankalarServisi       = bankalarServisi;
     this._kullanıcıServisi      = kullanıcıServisi;
     this._notServisi            = notServisi;
     this._workContext           = workContext;
     this._teklifKalemiServisi   = teklifKalemiServisi;
     this._hariciSektorServisi   = hariciSektorServisi;
 }
Example #2
0
 public Teklif2Controller(IİzinServisi izinServisi,
                          ISiteServisi siteServisi,
                          IKonumServisi konumServisi,
                          IKullanıcıİşlemServisi kullanıcıİşlemServisi,
                          ITeklif2Servisi teklifServisi,
                          ITeklifKalemiServisi teklifKalemiServisi,
                          IBagliTeklifOgesi2Servisi bagliTeklifServisi,
                          IPdfServisi pdfServisi,
                          ITeklifHariciServisi teklifHariciServisi,
                          IBagliTeklifOgesiHariciServisi bagliTeklifHariciServisi,
                          IKullanıcıServisi kullanıcıServisi,
                          IDovizServisi dovizServisi,
                          IWorkContext workContext,
                          INotServisi notServisi,
                          IXlsServisi xlsServisi,
                          IHariciSektorServisi hariciSektorServisi)
 {
     this._izinServisi              = izinServisi;
     this._siteServisi              = siteServisi;
     this._konumServisi             = konumServisi;
     this._kullanıcıİşlemServisi    = kullanıcıİşlemServisi;
     this._teklifServisi            = teklifServisi;
     this._teklifKalemiServisi      = teklifKalemiServisi;
     this._bagliTeklifServisi       = bagliTeklifServisi;
     this._pdfServisi               = pdfServisi;
     this._teklifHariciServisi      = teklifHariciServisi;
     this._bagliTeklifHariciServisi = bagliTeklifHariciServisi;
     this._kullanıcıServisi         = kullanıcıServisi;
     this._dovizServisi             = dovizServisi;
     this._notServisi               = notServisi;
     this._workContext              = workContext;
     this._xlsServisi               = xlsServisi;
     this._hariciSektorServisi      = hariciSektorServisi;
 }
Example #3
0
 public TanımlamalarController(IİzinServisi izinServisi,
                               ISiteServisi siteServisi,
                               IKonumServisi konumServisi,
                               IMusteriSektorServisi musteriSektorServisi,
                               ITedarikciSektorServisi tedarikciSektorServisi,
                               IKullanıcıİşlemServisi kullanıcıİşlemServisi,
                               IFirmaServisi firmaServisi,
                               IYetkililerServisi yetkiliServisi,
                               IFirmaKategorisiServisi firmaKategoriServisi,
                               IHekimlerServisi hekimServisi,
                               IHekimBranşlarıServisi branşServisi,
                               IUnvanlarServisi unvanServisi)
 {
     this._izinServisi            = izinServisi;
     this._siteServisi            = siteServisi;
     this._konumServisi           = konumServisi;
     this._musteriSektorServisi   = musteriSektorServisi;
     this._kullanıcıİşlemServisi  = kullanıcıİşlemServisi;
     this._tedarikciSektorServisi = tedarikciSektorServisi;
     this._firmaServisi           = firmaServisi;
     this._firmaKategoriServisi   = firmaKategoriServisi;
     this._yetkiliServisi         = yetkiliServisi;
     this._hekimServisi           = hekimServisi;
     this._branşServisi           = branşServisi;
     this._unvanServisi           = unvanServisi;
 }
 public KullanıcıRolleriController(IİzinServisi izinServisi,
                                   IKullanıcıServisi kullanıcıServisi,
                                   IKullanıcıİşlemServisi işlemServisi)
 {
     this._izinServisi      = izinServisi;
     this._kullanıcıServisi = kullanıcıServisi;
     this._işlemServisi     = işlemServisi;
 }
Example #5
0
 public OnlineKullanıcıController(IKullanıcıServisi kullanıcıServisi,
                                  ITarihYardımcısı tarihYardımcısı,
                                  KullanıcıAyarları kullanıcıAyarları,
                                  IİzinServisi izinServisi)
 {
     this._kullanıcıAyarları = kullanıcıAyarları;
     this._kullanıcıServisi  = kullanıcıServisi;
     this._tarihYardımcısı   = tarihYardımcısı;
     this._izinServisi       = izinServisi;
 }
Example #6
0
 public MesajlarController(IİzinServisi izinServisi,
                           ISiteServisi siteServisi,
                           IKullanıcıİşlemServisi kullanıcıİşlemServisi,
                           IMesajlarServisi mesajServisi,
                           IWorkContext workContext
                           )
 {
     this._izinServisi           = izinServisi;
     this._siteServisi           = siteServisi;
     this._kullanıcıİşlemServisi = kullanıcıİşlemServisi;
     this._mesajServisi          = mesajServisi;
     this._workContext           = workContext;
 }
 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;
 }
Example #8
0
 public NotlarController(IİzinServisi izinServisi,
                         ISiteServisi siteServisi,
                         IKullanıcıİşlemServisi kullanıcıİşlemServisi,
                         INotServisi notServisi,
                         IWorkContext workContext,
                         ITeklifHariciServisi hariciTeklifServisi
                         )
 {
     this._izinServisi           = izinServisi;
     this._siteServisi           = siteServisi;
     this._kullanıcıİşlemServisi = kullanıcıİşlemServisi;
     this._notServisi            = notServisi;
     this._workContext           = workContext;
     this._hariciTeklifServisi   = hariciTeklifServisi;
 }
Example #9
0
 public GüvenlikController(
     IİzinServisi izinServisi,
     ISiteServisi siteServisi,
     IKonumServisi konumServisi,
     IKullanıcıİşlemServisi kullanıcıİşlemServisi,
     IKullanıcıServisi kullanıcıServisi,
     IWorkContext workContext
     )
 {
     this._izinServisi           = izinServisi;
     this._siteServisi           = siteServisi;
     this._konumServisi          = konumServisi;
     this._kullanıcıİşlemServisi = kullanıcıİşlemServisi;
     this._kullanıcıServisi      = kullanıcıServisi;
     this._workContext           = workContext;
 }
Example #10
0
 public HomeController(IEklentiBulucu eklentiBulucu,
                       IİzinServisi izinServisi,
                       IWorkContext _workContext,
                       IKullanıcıServisi kullanıcıServisi,
                       ITeklifServisi teklifServisi,
                       IOdemeFormuServisi odemeFormuServisi,
                       IKongreServisi kongreServisi)
 {
     this._eklentiBulucu     = eklentiBulucu;
     this._izinServisi       = izinServisi;
     this._workContext       = _workContext;
     this._kullanıcıServisi  = kullanıcıServisi;
     this._teklifServisi     = teklifServisi;
     this._odemeFormuServisi = odemeFormuServisi;
     this._kongreServisi     = kongreServisi;
 }
Example #11
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;
        }
Example #12
0
 public GorusmelerController(
     IİzinServisi izinServisi,
     ISiteServisi siteServisi,
     IGorusmeRaporlariServisi GorusmeRaporlariServisi,
     IKonumServisi konumServisi,
     IKullanıcıİşlemServisi kullanıcıİşlemServisi,
     IYetkililerServisi yetkiliServisi,
     IFirmaServisi firmaServisi)
 {
     this._izinServisi             = izinServisi;
     this._siteServisi             = siteServisi;
     this._GorusmeRaporlariServisi = GorusmeRaporlariServisi;
     this._konumServisi            = konumServisi;
     this._kullanıcıİşlemServisi   = kullanıcıİşlemServisi;
     this._yetkiliServisi          = yetkiliServisi;
     this._firmaServisi            = firmaServisi;
 }
Example #13
0
 public RehberController(IİzinServisi izinServisi,
                         IHekimlerServisi hekimServisi,
                         IKullanıcıİşlemServisi kullanıcıİşlemServisi,
                         IYetkililerServisi yetkiliServisi,
                         IFirmaServisi firmaServisi,
                         KatalogAyarları katalogAyarları,
                         IFirmaKategorisiServisi firmaKategorisiServisi,
                         IHekimBranşlarıServisi branşlarServisi)
 {
     this._izinServisi            = izinServisi;
     this._hekimServisi           = hekimServisi;
     this._kullanıcıİşlemServisi  = kullanıcıİşlemServisi;
     this._firmaServisi           = firmaServisi;
     this._katalogAyarları        = katalogAyarları;
     this._yetkiliServisi         = yetkiliServisi;
     this._firmaKategorisiServisi = firmaKategorisiServisi;
     this._branşlarServisi        = branşlarServisi;
 }
 public KongreTanımlamalarController(IİzinServisi izinServisi,
                                     IHekimlerServisi hekimServisi,
                                     IKullanıcıİşlemServisi kullanıcıİşlemServisi,
                                     IHekimBranşlarıServisi branşServisi,
                                     IKonumServisi konumServisi,
                                     IYetkililerServisi yetkiliServisi,
                                     IUnvanlarServisi unvanServisi,
                                     IKongreTedarikçiServisi tedarikçiServisi,
                                     IFirmaServisi firmaServisi)
 {
     this._izinServisi           = izinServisi;
     this._hekimServisi          = hekimServisi;
     this._kullanıcıİşlemServisi = kullanıcıİşlemServisi;
     this._branşServisi          = branşServisi;
     this._konumServisi          = konumServisi;
     this._firmaServisi          = firmaServisi;
     this._unvanServisi          = unvanServisi;
     this._tedarikçiServisi      = tedarikçiServisi;
     this._yetkiliServisi        = yetkiliServisi;
 }
Example #15
0
 public TestController(IİzinServisi izinServisi,
                       ISiteServisi siteServisi,
                       IKonumServisi konumServisi,
                       IKullanıcıİşlemServisi kullanıcıİşlemServisi,
                       ITestServisi testServisi,
                       IPdfServisi pdfServisi,
                       IKullanıcıServisi kullanıcıServisi,
                       IDovizServisi dovizServisi,
                       IWorkContext workContext,
                       INotServisi notServisi)
 {
     this._izinServisi           = izinServisi;
     this._siteServisi           = siteServisi;
     this._konumServisi          = konumServisi;
     this._kullanıcıİşlemServisi = kullanıcıİşlemServisi;
     this._testServisi           = testServisi;
     this._pdfServisi            = pdfServisi;
     this._kullanıcıServisi      = kullanıcıServisi;
     this._dovizServisi          = dovizServisi;
     this._notServisi            = notServisi;
     this._workContext           = workContext;
 }
Example #16
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;
 }
Example #17
0
 public KullanıcıController(IKullanıcıModelFabrikası kullanıcıModelFabrikası,
                            KullanıcıAyarları kullanıcıAyarları,
                            IWorkContext workContext,
                            IKimlikDoğrulamaServisi kimlikDoğrulamaServisi,
                            IOlayYayınlayıcı olayYayınlayıcı,
                            IKullanıcıServisi kullanıcıServisi,
                            ISiteContext siteContext,
                            IKullanıcıKayıtServisi kullanıcıKayıtServisi,
                            IGenelÖznitelikServisi genelÖznitelikServisi,
                            IWebYardımcısı webYardımcısı,
                            SiteBilgiAyarları siteBilgiAyarları,
                            IİzinServisi izinServisi,
                            ITarihYardımcısı tarihYardımcısı,
                            IAçıkYetkilendirmeServisi açıkYetkilendirmeServisi,
                            ISiteServisi siteServisi,
                            IBültenAbonelikServisi bültenAbonelikServisi,
                            IÜlkeServisi ülkeServisi,
                            IKullanıcıİşlemServisi kullanıcıİşlemServisi)
 {
     this._kullanıcıModelFabrikası  = kullanıcıModelFabrikası;
     this._kullanıcıAyarları        = kullanıcıAyarları;
     this._workContext              = workContext;
     this._kimlikDoğrulamaServisi   = kimlikDoğrulamaServisi;
     this._olayYayınlayıcı          = olayYayınlayıcı;
     this._kullanıcıServisi         = kullanıcıServisi;
     this._siteContext              = siteContext;
     this._kullanıcıKayıtServisi    = kullanıcıKayıtServisi;
     this._genelÖznitelikServisi    = genelÖznitelikServisi;
     this._webYardımcısı            = webYardımcısı;
     this._siteBilgiAyarları        = siteBilgiAyarları;
     this._izinServisi              = izinServisi;
     this._tarihYardımcısı          = tarihYardımcısı;
     this._açıkYetkilendirmeServisi = açıkYetkilendirmeServisi;
     this._siteServisi              = siteServisi;
     this._bültenAbonelikServisi    = bültenAbonelikServisi;
     this._ülkeServisi              = ülkeServisi;
     this._kullanıcıİşlemServisi    = kullanıcıİşlemServisi;
 }