add GroupFilter property for UI drop down etc to show the active/applied filter

#64
This commit is contained in:
chris.watts90@outlook.com 2017-03-17 23:51:36 +00:00
parent 199c5e965a
commit 290cad75c5

View File

@ -23,7 +23,7 @@ namespace Interfaces
return (TotalUserCount / PageSize); return (TotalUserCount / PageSize);
} }
} }
public Group GroupFilter { get; set; }
public int PageSize { get; set; } public int PageSize { get; set; }
public int PageNumber { get; set; } public int PageNumber { get; set; }
} }