コード例 #1
0
 public int DeleteCartByCartId(int cartId)
 {
     return(cd.DeleteCartByCartId(cartId));
 }