Starting to add log user
This commit is contained in:
+3
-3
@@ -7,12 +7,12 @@ namespace MileageTraker.Web.Models
|
||||
public class Role
|
||||
{
|
||||
[Key]
|
||||
public virtual Guid RoleId { get; set; }
|
||||
public Guid RoleId { get; set; }
|
||||
|
||||
[Required]
|
||||
public virtual string RoleName { get; set; }
|
||||
public string RoleName { get; set; }
|
||||
|
||||
public virtual string Description { get; set; }
|
||||
public string Description { get; set; }
|
||||
|
||||
public virtual ICollection<User> Users { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user