public Hashtable GetTransationsLCo(string username, string catid, string operator_id) { string whereString = ""; whereString += " a.var_usermst_username= '******' "; Cls_Data_MstLCOPreUDefine objDataLCOPreUDefine = new Cls_Data_MstLCOPreUDefine(); Hashtable htResponse = new Hashtable(); htResponse.Add("htResponse", objDataLCOPreUDefine.getLCODataLco(whereString, username, catid)); //htResponse.Add("ParamStr", searchParamStr); return(htResponse); }