Exemple #1
0
        public DataTable GetCbSrhzSumData(string where)
        {
            DataTable            result  = new DataTable();
            ICbmxbService        service = this.CreateSubClient();
            ICommunicationObject comm    = service as ICommunicationObject;

            comm.Using(client =>
            {
                result = service.GetCbSrhzSumData(where);
            });
            return(result);
        }