fixed your tenders filters and service and home your tneders use your tenders service
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
class GetTendersRequestModel {
|
||||
final String status;
|
||||
final String createdFrom;
|
||||
final String createdTo;
|
||||
final int limit;
|
||||
final int offset;
|
||||
|
||||
GetTendersRequestModel({
|
||||
this.status = '',
|
||||
this.createdFrom = '',
|
||||
this.createdTo = '',
|
||||
this.limit = 10,
|
||||
this.offset = 0,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user