namespace Core.Web.WebHelper.UtilityModel { public class UserRights { public string[] rights { get; set; } } }