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