Cancellazione logica Codici di chiusura
This commit is contained in:
parent
2d2562c0cd
commit
48af539244
@ -75,7 +75,6 @@ namespace VirtualTask.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
var pageSize = 10;
|
var pageSize = 10;
|
||||||
|
|
||||||
var shortLinks = modelList
|
var shortLinks = modelList
|
||||||
.OrderByDescending(s => s.chnumero)
|
.OrderByDescending(s => s.chnumero)
|
||||||
.ToPagedList(page ?? 1, pageSize);
|
.ToPagedList(page ?? 1, pageSize);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user