[FWA-5] Update Home List Function

This commit is contained in:
2024-07-03 08:58:10 +00:00
parent b938f296c1
commit ac841ba8e0
15 changed files with 197 additions and 77 deletions

View File

@ -14,4 +14,4 @@ class HouseService(BaseService):
return self.repos.get_all(skip=skip, limit=limit)
def get_all_count(self, skip: int = 0, limit: int = 100):
return self.repos.get_count_all(skip=skip, limit=limit)
return self.repos.get_count_all()