add GroupFilter property for UI drop down etc to show the active/applied filter
#64
This commit is contained in:
parent
199c5e965a
commit
290cad75c5
@ -23,7 +23,7 @@ namespace Interfaces
|
||||
return (TotalUserCount / PageSize);
|
||||
}
|
||||
}
|
||||
|
||||
public Group GroupFilter { get; set; }
|
||||
public int PageSize { get; set; }
|
||||
public int PageNumber { get; set; }
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user