コード例 #1
0
 public static Cart GetCartitembyid(int cartid)
 {
     return(DBManager.GetCartitembyid(cartid));
 }