Beispiel #1
0
    public IEnumerable <Allocation> GetAllocations()
    {
        IMyServices client = GetClient();
        var         result = client.GetAllocations().ToList();

        CloseClient(client);
        return(result);
    }