update the code by following the review suggestions.

This commit is contained in:
Ben
2024-03-21 08:38:59 +08:00
parent 7b67c9aa8d
commit fb3a27c02f
4 changed files with 27 additions and 49 deletions

View File

@ -8,8 +8,6 @@ namespace Oqtane.Models
{
public class UserSetting
{
public const string ViewMode = "Page:ViewMode";
public const string LastViewPage = "LastViewed";
public const string LastViewPageId = "Page:LastViewed";
}
}