thanks to my new devenv

This commit is contained in:
Paul Schneider 2019-06-08 23:10:48 +01:00
commit 6c9601909a
7 changed files with 3 additions and 11 deletions

View file

@ -1,15 +1,14 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Json;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
using Microsoft.Extensions.Logging;
using Yavsc.Server.Helpers;
using Yavsc.Server.Model;
namespace testOauthClient.Controllers
{