Generator Changes at 9/27/2025 8:46:36 AM
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace CMSMicroservice.Application.Common.Models;
|
||||
|
||||
public class PaginationState
|
||||
{
|
||||
//شماره صفحه
|
||||
public int PageNumber { get; set; }
|
||||
|
||||
//اندازه صفحه
|
||||
public int PageSize { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user