コード例 #1
0
 public OrderDetail Get(int orderId, int productId)
 {
     return(_orderDetailManager.Get(orderId, productId));
 }