Skip to content

Instantly share code, notes, and snippets.

@SibeeshVenu
Created August 15, 2021 14:37
Show Gist options
  • Save SibeeshVenu/bbbe25768fa7a0f6ee294a2e7ef794a3 to your computer and use it in GitHub Desktop.
Save SibeeshVenu/bbbe25768fa7a0f6ee294a2e7ef794a3 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace WebAPIWithHttpClientConsumer
{
class Program
{
static void Main(string[] args)
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment