Beispiel #1
0
    public DataTable GetPortfolioBenchmarkList(string portfolioCode)
    {
        DBServiceClient client = new DBServiceClient();

        return(client.GetPortfolioBenchmarks(portfolioCode).Tables[0]);
    }