spartaxx.businessmodels 1.0.214 → 1.0.215
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ export interface ProtestAccountParam {
|
|
5
5
|
OffsetValue?: number;
|
6
6
|
FetchRecordsCounts?: number;
|
7
7
|
DatasetSortingOperation?: DatasetSortingOperation;
|
8
|
-
|
8
|
+
FilterList?: DatasetFilterOperation[];
|
9
9
|
ItIsFilterSearch?: boolean;
|
10
10
|
|
11
11
|
CountyId?: number;
|