Esempio n. 1
0
 public ProfileController(IStoreLocatorRepository storelocatorrepository, IKeywordRepository keywordrepository, IAppSettings settings, INewsLetterRepository newsletterkeywordrepository)
 {
     this._storelocatorrepository = storelocatorrepository;
     this._keywordrepository = keywordrepository;
     this._settings = settings;
     this._craftlistidentifier = string.Format(this._settings.CraftListCategory, this.PublicationId);
     this._emailnewsletteridentifier = string.Format(this._settings.EmailNewsletterListCategory, this.PublicationId);
     this._profilevisibleidentifier = string.Format(this._settings.ProfileVisibleListCategory, this.PublicationId);
 }
 public StoreLocatorController(IStoreLocatorRepository storelocatorrepository)
 {
     this.storelocatorrepository = storelocatorrepository;
 }