コード例 #1
0
        public string GetServiceNowIncident(string URL, string Username, string Password, int ErrorID, string What)
        {
            ServiceNow oServiceNow = new ServiceNow();

            return(oServiceNow.GetIncident(URL, Username, Password, ErrorID, What));
        }
コード例 #2
0
        public string GetServiceNowIncidentNumber(string URL, string Username, string Password, string Number)
        {
            ServiceNow oServiceNow = new ServiceNow();

            return(oServiceNow.GetIncident(URL, Username, Password, Number));
        }