Exemplo n.º 1
0
 public IEnumerable <TV> GetDistinct <TV>(Expression <Func <T, TV> > fieldGetter)
 {
     return(aggs.GetDistinct(fieldGetter));
 }