mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-17 18:14:22 +00:00
9 lines
176 B
C#
9 lines
176 B
C#
namespace Oqtane.Models
|
|
{
|
|
public class PermissionString
|
|
{
|
|
public string PermissionName { get; set; }
|
|
public string Permissions { get; set; }
|
|
}
|
|
}
|