添加项目文件。
This commit is contained in:
10
TightWiki.Models/ViewModels/Page/PageDeleteViewModel.cs
Normal file
10
TightWiki.Models/ViewModels/Page/PageDeleteViewModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace TightWiki.Models.ViewModels.Page
|
||||
{
|
||||
public class PageDeleteViewModel : ViewModelBase
|
||||
{
|
||||
public int CountOfAttachments { get; set; }
|
||||
public int MostCurrentRevision { get; set; }
|
||||
public string? PageName { get; set; }
|
||||
public int PageRevision { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user