namespace Abp.Web.Models.AbpUserConfiguration { public class AbpStringValueDto { public string Value { get; set; } } }