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