Exemplo n.º 1
0
    public List <Merchant_Commision> GetAllCommision()
    {
        List <Merchant_Commision> items = client.GetAllCommisions().ToList();

        return(items);
    }