添加项目文件。
This commit is contained in:
8
TightWiki.Models/ViewModels/Utility/NotifyViewModel.cs
Normal file
8
TightWiki.Models/ViewModels/Utility/NotifyViewModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace TightWiki.Models.ViewModels.Utility
|
||||
{
|
||||
public class NotifyViewModel : ViewModelBase
|
||||
{
|
||||
public string RedirectURL { get; set; } = string.Empty;
|
||||
public int RedirectTimeout { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user