Example #1
0
        public DictSettingResponse GetAppSettingsDictionarySetting()
        {
            var response = _appSettingService.GetDictionarySetting();

            return(response);
        }