Implemented groundwork for search configuration.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Props.Models.User;
|
||||
|
||||
namespace Props.Shared.Models.User
|
||||
{
|
||||
@@ -9,6 +10,9 @@ namespace Props.Shared.Models.User
|
||||
[Required]
|
||||
public string ApplicationUserId { get; set; }
|
||||
|
||||
[Required]
|
||||
public virtual ApplicationUser ApplicationUser { get; set; }
|
||||
|
||||
public bool EnableSearchHistory { get; set; } = true;
|
||||
public bool DarkMode { get; set; } = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user