Exemplo n.º 1
0
        public ResultList MSASsearch(Query query)
        {
            ResultList resultList = new ResultList();
            MSASParser parser     = new MSASParser();


            resultList = parser.MSASbuildQuery(query);
            return(resultList);
        }
Exemplo n.º 2
0
        public ResultList MSASsearch(Query query)
        {
            ResultList resultList = new ResultList();
            MSASParser parser = new MSASParser();


            resultList = parser.MSASbuildQuery(query);
            return resultList;

        }