init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace DTS.Common.Interface.Pagination
|
||||
{
|
||||
public interface IFilterableListView
|
||||
{
|
||||
void Filter(object tag, string term);
|
||||
void ClearAllFilters();
|
||||
string ListViewId { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user