コード例 #1
0
 public Order_item ReadOrder(int id, int pv, ref List <string> errors)
 {
     return(BLOrder_item.ReadOrderItem(id, pv, ref errors));
 }