This commit is contained in:
2025-09-24 19:36:28 +02:00
Unverified
parent 2729199d0a
commit d3d5f8ff08
25 changed files with 723 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace TimetableDesigner.API.Services.Authentication.DTO;
public class AuthenticateResponse
{
}