9 lines
192 B
C#
9 lines
192 B
C#
using SharedLibraryCore.Dtos;
|
|
|
|
namespace SharedLibraryCore.QueryHelper
|
|
{
|
|
public class ClientPaginationRequest : PaginationRequest
|
|
{
|
|
public int ClientId { get; set; }
|
|
}
|
|
} |