protected void GetTotalByProduct( Basket basket, out Dictionary<int,int> quantityTotalByProduct, out Dictionary<int,decimal> valueTotalByProduct )
Parameters
- basket
- The basket object
- quantityTotalByProduct
- The quantity totals returned in this variable
- valueTotalByProduct
- The value totals returned in this variable