using System.Collections.Generic; namespace Abp.Web.Models.AbpUserConfiguration { public class AbpUserSettingConfigDto { public Dictionary<string,string> Values { get; set; } } }