Archived
Added first app template
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace app.Share.Common
|
||||
{
|
||||
public class SelectCriterion
|
||||
{
|
||||
public int PageIndex { get; set; }
|
||||
public int PageSize { get; set; }
|
||||
public string SortDirection { get; set; }
|
||||
public string SortColumn { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user