base namespace to nuget_host
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
using System;
|
||||
|
||||
namespace IdentityServerHost.Quickstart.UI
|
||||
namespace nuget_host.Models
|
||||
{
|
||||
public class AccountOptions
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace IdentityServerHost.Quickstart.UI
|
||||
namespace nuget_host.Models
|
||||
{
|
||||
public class LoginInputModel
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
|
||||
namespace IdentityServerHost.Quickstart.UI
|
||||
namespace nuget_host.Models
|
||||
{
|
||||
public class RedirectViewModel
|
||||
{
|
||||
|
Reference in New Issue
Block a user