base namespace to nuget_host

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

View File

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

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 ExternalProvider
{

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 LoggedOutViewModel
{

View File

@ -4,7 +4,7 @@
using System.ComponentModel.DataAnnotations;
namespace IdentityServerHost.Quickstart.UI
namespace nuget_host.Models
{
public class LoginInputModel
{

View File

@ -6,7 +6,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
namespace IdentityServerHost.Quickstart.UI
namespace nuget_host.Models
{
public class LoginViewModel : LoginInputModel
{

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 LogoutInputModel
{

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 LogoutViewModel : LogoutInputModel
{

View File

@ -3,7 +3,7 @@
namespace IdentityServerHost.Quickstart.UI
namespace nuget_host.Models
{
public class RedirectViewModel
{