Files
T120B165/T120B165-ImgBoard/Dtos/RefreshDto.cs
2025-10-04 13:27:29 +03:00

3 lines
81 B
C#

namespace T120B165_ImgBoard.Dtos;
public record RefreshDto(string RefreshToken);