コード例 #1
0
 public List <Merchant_Offer> GetAll_Proc_Offer(int pageIndex, int pageSize, out int totalRecord, string offerType)
 {
     return(client.GetAll_Proc_Offer(pageIndex, pageSize, out totalRecord, offerType));
 }