ส่งฟิลด์ & เพิ่ม Paging
This commit is contained in:
parent
94119d61d7
commit
95b7ef95de
2 changed files with 13 additions and 3 deletions
|
|
@ -12,5 +12,8 @@
|
|||
/// ข้อมูลผลการสอบ 'ผ่าน' 'ไม่ผ่าน'
|
||||
/// </summary>
|
||||
public string ExamResult { get; set; }
|
||||
}
|
||||
|
||||
public int Page { get; set; } = 1;
|
||||
public int PageSize { get; set; } = 10;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue