Cucumber.SimpleDb.Transport.SimpleDbRestService.InternalExecute C# (CSharp) Method

InternalExecute() private method

private InternalExecute ( NameValueCollection arguments ) : System.Xml.Linq.XElement
arguments System.Collections.Specialized.NameValueCollection
return System.Xml.Linq.XElement
        private XElement InternalExecute(NameValueCollection arguments)
        {
            return _restService.ExecuteRequest (arguments);
        }