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

@ -2,7 +2,7 @@ using System;
using IdentityServer4.Models;
using Microsoft.AspNetCore.Mvc;
namespace IdentityServerHost.Quickstart.UI
namespace nuget_host.Models
{
public static class Extensions
{