コード例 #1
0
 public List <ItemViewModel> GetItems()
 {
     return(_shoppingCartManager.GetAllItems());
 }