コード例 #1
0
    public List <Merchant_Banner> GetAllBanner(int?bannerLocation, int?categoryType = null)
    {
        List <Merchant_Banner> items = client.GetAllBanners(bannerLocation, categoryType).ToList();

        return(items);
    }