예제 #1
0
    public List <Merchant_Coupon> GetAllCoupons()
    {
        List <Merchant_Coupon> items = client.GetAllCoupons().ToList();

        return(items);
    }