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