コード例 #1
0
 public IList <CheckoutItem> GetCheckoutItems()
 {
     return(_checkoutRepo.GetCheckoutItems());
 }