...
This commit is contained in:
11
Shared/DTOs/PermissionAuthenticationDTO.cs
Normal file
11
Shared/DTOs/PermissionAuthenticationDTO.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Shared.DTOs
|
||||
{
|
||||
public class PermissionAuthenticationDTO
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public int ParentID { get; set; }
|
||||
public string Title { get; set; }
|
||||
public bool accessibility { get; set; }
|
||||
public List<PermissionAuthenticationDTO> ChildPermissions { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user