Exemplo n.º 1
0
 public FilteringTest()
 {
     testData = ModelHelper.GetTestData().AsQueryable();
 }
Exemplo n.º 2
0
 public SortingTest()
 {
     testData = ModelHelper.GetTestData().AsQueryable();
 }