using System.Collections.Generic; namespace Abp.Web.Models.AbpUserConfiguration { public class AbpUserAuthConfigDto { public Dictionary AllPermissions { get; set; } public Dictionary GrantedPermissions { get; set; } } }