source: src/FinkiChattery/FinkiChattery.Identity/Quickstart/Account/LogoutInputModel.cs@ e6a6d9a

dev
Last change on this file since e6a6d9a was e6a6d9a, checked in by Стојков Марко <mst@…>, 3 years ago

Initialized FinkiChattery project

  • Property mode set to 100644
File size: 316 bytes
Line 
1// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
2// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
3
4
5namespace IdentityServerHost.Quickstart.UI
6{
7 public class LogoutInputModel
8 {
9 public string LogoutId { get; set; }
10 }
11}
Note: See TracBrowser for help on using the repository browser.