forked from sanchezvem/PyroFetes
6 lines
118 B
C#
6 lines
118 B
C#
namespace PyroFetes.DTO.Login.Response;
|
|
|
|
public class GetLoginConnectDto
|
|
{
|
|
public string? Token { get; set; }
|
|
} |