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