Beispiel #1
0
        public String GridData(int currentPage, int count, String family = null)
        {
            ExchangeBookProxy instance = ExchangeBookProxy.GetInstance();

            return(instance.GridData(currentPage, count, family));
        }