Files
TimetableDesigner.Backend.S…/TimetableDesigner.API.Services.Authentication.DTO/AuthenticateTokenRequest.cs

6 lines
111 B
C#
Raw Normal View History

2025-09-24 19:36:28 +02:00
namespace TimetableDesigner.API.Services.Authentication.DTO;
public class AuthenticateTokenRequest
{
}