sort and filter added to tenders web
This commit is contained in:
@@ -15,11 +15,19 @@ class TendersRepository {
|
||||
required int limit,
|
||||
required int offset,
|
||||
String? query,
|
||||
String? sortBy,
|
||||
String? sortOrder,
|
||||
String? publicationDateFrom,
|
||||
String? publicationDateTo,
|
||||
}) async {
|
||||
return _tendersService.getTenders(
|
||||
limit: limit,
|
||||
offset: offset,
|
||||
query: query,
|
||||
sortBy: sortBy,
|
||||
sortOrder: sortOrder,
|
||||
publicationDateFrom: publicationDateFrom,
|
||||
publicationDateTo: publicationDateTo,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user