Esempio n. 1
0
 public ContactController(IConfiguration configuration, IMemoryCache cache,
                          IFeedbackService feedbackService, IAgencyInfoService agency,
                          IBrandService brandService, IBranchContactService branchContactService, ICoreService coreService,
                          IMenuService menuService, ISettingService settingService, ISocialNetworkService socialNetworkService, ILanguageService languageService)
     : base(configuration, cache, brandService, branchContactService, menuService, settingService, socialNetworkService, languageService)
 {
     _configuration     = configuration;
     _cache             = cache;
     _feedbackService   = feedbackService;
     _coreService       = coreService;
     _agencyInfoService = agency;
     _settingService    = settingService;
 }
Esempio n. 2
0
 public AgencyInfosController(IAgencyInfoService agencyInfoService)
 {
     _agencyInfoService = agencyInfoService;
 }