Example #1
0
 private int ProductDiscount(IGrouping <char, char> group) =>
 _catalogue.Discount(group.Key, group.Count());