Files
PyroFetes-Sujet1/PyroFetes/DTO/Refrresh/Response/GetRefreshDto.cs

6 lines
116 B
C#

namespace PyroFetes.DTO.Refrresh.Response;
public class GetRefreshDto
{
public string? Token { get; set; }
}