base namespace to nuget_host

This commit is contained in:
Paul Schneider 2021-04-17 14:19:00 +01:00
commit a2f26f1e8e
31 changed files with 31 additions and 30 deletions

View file

@ -5,7 +5,7 @@
using System.Collections.Generic;
using IdentityServer4.Models;
namespace IdentityServerHost.Quickstart.UI
namespace nuget_host.Models
{
public class ConsentInputModel
{

View file

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace IdentityServerHost.Quickstart.UI
namespace nuget_host.Models
{
public class ConsentOptions
{

View file

@ -4,7 +4,7 @@
using System.Collections.Generic;
namespace IdentityServerHost.Quickstart.UI
namespace nuget_host.Models
{
public class ConsentViewModel : ConsentInputModel
{

View file

@ -5,7 +5,7 @@
using System.Collections.Generic;
using IdentityServer4.Models;
namespace IdentityServerHost.Quickstart.UI
namespace nuget_host.Models
{
public class ParsedScopes
{

View file

@ -4,7 +4,7 @@
using IdentityServer4.Models;
namespace IdentityServerHost.Quickstart.UI
namespace nuget_host.Models
{
public class ProcessConsentResult
{

View file

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace IdentityServerHost.Quickstart.UI
namespace nuget_host.Models
{
public class ScopeViewModel
{

View file

@ -5,7 +5,7 @@
using IdentityServer4.Models;
using System.Collections.Generic;
namespace IdentityServerHost.Quickstart.UI
namespace nuget_host.Models
{
public class ValidatedResources
{