Ejemplo n.º 1
0
        public AppTitleResponse GetAppSettingsApplicationTitle()
        {
            var response = _appSettingService.GetApplicationTitle();

            return(response);
        }