Files
isn/src/isnd/Data/Account/LogoutInputModel.cs
2023-04-17 01:20:42 +01:00

12 lines
296 B
C#

// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace isnd.Data
{
public class LogoutInputModel
{
public string LogoutId { get; set; }
}
}