コード例 #1
0
 public void ClearCart(Cart cart)
 {
     if (cart != null)
     {
         cart.Clear();
     }
 }