Ejemplo n.º 1
0
        public IntSettingResponse GetAppSettingsIntSetting()
        {
            var response = _appSettingService.GetIntSetting();

            return(response);
        }