示例#1
0
        public DataSet GetRpt_Ws(ExecuteWsMethodParam_Ws param)
        {
            WsService ws = new WsService();

            return(ws.GetRpt_Ws(param));
        }
示例#2
0
        public ExecuteWsMethodResult ExecuteWsMethod_Ws(ExecuteWsMethodParam_Ws param)
        {
            WsService ws = new WsService();

            return(ws.ExecuteWsMethod_Ws(param));
        }