1 // Copyright (c) .NET Foundation. All rights reserved.
2 // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3 
4 namespace Identity.DefaultUI.WebSite
5 {
6     public class PocoUser
7     {
8     }
9 }