using ln.http.router; namespace ln.http { public class HttpRolePermission { public string RoleName { get; set; } public HttpAccessRights AccessRights { get; set; } } }