feat: разделение на repository - services
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
namespace PARR.DAL.DomainModels
|
||||
{
|
||||
public class PaginationFilter
|
||||
{
|
||||
public int PageNumber { get; set; }
|
||||
public int PageSize { get; set; }
|
||||
|
||||
//public bool IsDisabledPagination { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user