ส่งฟิลด์ & เพิ่ม Paging

This commit is contained in:
Bright 2025-09-09 13:09:30 +07:00
parent 5a94c3b67a
commit 44e4ab3f9f
2 changed files with 12 additions and 2 deletions

View file

@ -12,5 +12,8 @@
/// ข้อมูลผลการสอบ 'ผ่าน' 'ไม่ผ่าน'
/// </summary>
public string ExamResult { get; set; }
public int Page { get; set; } = 1;
public int PageSize { get; set; } = 10;
}
}