8 lines
153 B
C#
8 lines
153 B
C#
namespace TightWiki.Models.DataModels
|
|
{
|
|
public class DeletedPageRevision : Page
|
|
{
|
|
public int PaginationPageSize { get; set; }
|
|
}
|
|
}
|