Created AdminContext handling
This commit is contained in:
8
src/HopFrame.Web.Admin/Models/AdminPagePermissions.cs
Normal file
8
src/HopFrame.Web.Admin/Models/AdminPagePermissions.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace HopFrame.Web.Admin.Models;
|
||||
|
||||
public class AdminPagePermissions {
|
||||
public string View { get; set; }
|
||||
public string Create { get; set; }
|
||||
public string Update { get; set; }
|
||||
public string Delete { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user