update news & events
This commit is contained in:
12
TWASys-App/Models/IPaging.cs
Normal file
12
TWASys-App/Models/IPaging.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace TWASys_App.Models
|
||||
{
|
||||
public interface IPaging
|
||||
{
|
||||
bool IsFirstQuery { set; get; }
|
||||
int PageSize { set; get; }
|
||||
|
||||
int PageNumber { set; get; }
|
||||
|
||||
int MaxRow { set; get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user