添加项目文件。
This commit is contained in:
7
TightWiki.Models/DataModels/DeletedPageRevision.cs
Normal file
7
TightWiki.Models/DataModels/DeletedPageRevision.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace TightWiki.Models.DataModels
|
||||
{
|
||||
public class DeletedPageRevision : Page
|
||||
{
|
||||
public int PaginationPageSize { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user