Test plan incomplete, basic compaints support
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -8,11 +9,11 @@ namespace Models
|
||||
{
|
||||
public enum UserRole
|
||||
{
|
||||
[Display(Name = "Tenant")]
|
||||
[Description("Tenant")]
|
||||
TENANT,
|
||||
[Display(Name = "Manager")]
|
||||
[Description("Manager")]
|
||||
MANAGER,
|
||||
[Display(Name = "Administrator")]
|
||||
[Description("Administrator")]
|
||||
ADMIN
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user