Exemplo n.º 1
0
 public static decimal Sum <TKey, TValue>(this IAggregableGrouping <TKey, TValue> group, Expression <Func <TValue, decimal> > expression)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static int Count <TKey, TValue>(this IAggregableGrouping <TKey, TValue> group)
 {
     throw new NotImplementedException();
 }