fix paginazione e ricerca

This commit is contained in:
zaccaria.majid
2022-09-12 16:26:30 +02:00
parent 014bed96f9
commit dd56701b5b
7 changed files with 31 additions and 7 deletions
+1 -1
View File
@@ -104,7 +104,7 @@
{
if (_totalCount != value)
{
_totalCount = value
_totalCount = value;
}
}
}