Beispiel #1
0
 public K GetMin <K>(Expression <Func <T, K> > fieldGetter)
 {
     return(aggs.GetMin(fieldGetter));
 }