5 lines
101 B
C#
5 lines
101 B
C#
namespace Project.Application.DTOs.Auth
|
|
{
|
|
public record AuthCheckDto(bool IsAuthenticated);
|
|
}
|