QOL updates for profile meta
implement filterable meta for issue #158 update translations and use humanizer lib with datetime/timespan for issue #80
This commit is contained in:
12
SharedLibraryCore/QueryHelper/ClientPaginationRequest.cs
Normal file
12
SharedLibraryCore/QueryHelper/ClientPaginationRequest.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using SharedLibraryCore.Dtos;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace SharedLibraryCore.QueryHelper
|
||||
{
|
||||
public class ClientPaginationRequest : PaginationRequest
|
||||
{
|
||||
public int ClientId { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user