Esempio n. 1
0
 public decimal GetShoppingCartTotal()
 {
     return(_shoppingCartItemRepository.GetShoppingCartTotal(Id));
 }