ln.http/ln.http/HttpRolePermission.cs

10 lines
196 B
C#
Raw Permalink Normal View History

2022-02-07 09:29:30 +01:00
using ln.http.router;
namespace ln.http
{
public class HttpRolePermission
{
public string RoleName { get; set; }
public HttpAccessRights AccessRights { get; set; }
}
}