Example #1
0
    public List <Merchant> GetAllMerchants()
    {
        List <Merchant> items = client.GetAllMerchants().ToList();

        return(items);
    }