Ejemplo n.º 1
0
        private static string CallApiService(string url)
        {
            WS ws = new WS();

            return(ws.CallAPIWithResponse(url));
        }