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

6 lines
107 B
C#
Raw Normal View History

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