nettoyages

This commit is contained in:
Paul Schneider 2016-06-07 15:58:14 +02:00
commit ab950ed3aa
4 changed files with 8 additions and 4 deletions

View file

@ -22,7 +22,6 @@ namespace OAuth.AspNet.AuthServer
{
ApplicationStore = applicationStore;
}
IServiceScope serviceScope;
public IApplicationStore ApplicationStore { get; private set;}
#region non-Public Members

View file

@ -4,7 +4,6 @@ using Microsoft.AspNet.Builder;
using Microsoft.AspNet.DataProtection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.WebEncoders;
using Microsoft.Extensions.DependencyInjection;
using System;
namespace OAuth.AspNet.AuthServer