mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:16:30 +00:00
6 lines
107 B
C#
6 lines
107 B
C#
namespace Azaion.Common.DTO;
|
|
|
|
public class LoginResponse
|
|
{
|
|
public string Token { get; set; } = null!;
|
|
} |