fix(api): убрана функция отключения пагинации

This commit is contained in:
Mikhail Kuznetsov
2024-03-12 15:31:03 +10:00
parent 27b051a987
commit aab96a2b08
3 changed files with 7 additions and 7 deletions

View File

@@ -5,6 +5,6 @@
public int PageNumber { get; set; }
public int PageSize { get; set; }
public bool IsDisabledPagination { get; set; }
//public bool IsDisabledPagination { get; set; }
}
}