Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace SharepointToolbox.Web.Core.Models;
|
||||
|
||||
public enum RiskLevel
|
||||
{
|
||||
High,
|
||||
Medium,
|
||||
Low,
|
||||
ReadOnly
|
||||
}
|
||||
Reference in New Issue
Block a user