public string ExecuteOnBugzilla(IBugzillaQuery bugzillaQuery)
        {
            var content = UploadDataToBugzilla(bugzillaQuery.Value());

            content = ParseResponse(content);

            return content;
        }
Exemple #2
0
        public string ExecuteOnBugzilla(IBugzillaQuery bugzillaQuery)
        {
            var content = UploadDataToBugzilla(bugzillaQuery.Value());

            return(ProcessResponse(content));
        }