protected DataSet CallDataSetService(string ClientKey, string inputValue, dlg_CallFunction callFunction) { inputValue = HtmlDecode(inputValue); DataSet ds = null; ds = callFunction(ClientKey, inputValue); return ds; }
protected DataSet CallDataSetService(string ClientKey, string inputValue, dlg_CallFunction callFunction) { inputValue = HtmlDecode(inputValue); DataSet ds = null; ds = callFunction(ClientKey, inputValue); return(ds); }
protected string CallCSVService(string ClientKey, string inputValue, dlg_CallFunction callFunction) { inputValue = HtmlDecode(inputValue); DataSet ds = null; ds = callFunction(ClientKey, inputValue); //new CCoreDao().Login(ClientKey, inputValue); return CDataParser.DataSetToCSV(ds); }
protected string CallCSVService(string ClientKey, string inputValue, dlg_CallFunction callFunction) { inputValue = HtmlDecode(inputValue); DataSet ds = null; ds = callFunction(ClientKey, inputValue); //new CCoreDao().Login(ClientKey, inputValue); return(CDataParser.DataSetToCSV(ds)); }