6 lines
107 B
C#
6 lines
107 B
C#
namespace TimetableDesigner.API.Services.Authentication.DTO;
|
|
|
|
public class AuthenticateResponse
|
|
{
|
|
|
|
} |