namespace Abp.Web.Models.AbpUserConfiguration { public class AbpUserCurrentCultureConfigDto { public string Name { get; set; } public string DisplayName { get; set; } } }