コード例 #1
0
 public static IList <OrderItemInfo> GetInfoListByOrderId(int orderId)
 {
     return(dal.GetInfoListByOrderId(orderId));
 }