mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +00:00
where the hell am I!?
This commit is contained in:
parent
c3c9587d43
commit
398fbffb89
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ namespace Project_Unite.Controllers
|
||||||
{
|
{
|
||||||
List<T> obj = new List<T>();
|
List<T> obj = new List<T>();
|
||||||
|
|
||||||
for(int i = pageSize * page; i < pageSize + (pageSize * page) && i < collection.Count(); i++)
|
for(int i = pageSize * page; i < pageSize + (pageSize * page) + 1 && i < collection.Count(); i++)
|
||||||
{
|
{
|
||||||
obj.Add(collection[i]);
|
obj.Add(collection[i]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue