Created static object provider + added some properties
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace HopFrame.Web.Admin.Models;
|
||||
|
||||
public class AdminPagePermissions {
|
||||
public sealed class AdminPagePermissions {
|
||||
public string View { get; set; }
|
||||
public string Create { get; set; }
|
||||
public string Update { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user