This commit is contained in:
mmrbnjd
2024-04-29 07:58:41 +03:30
parent fd13de3e1d
commit 7b8127dc72
23 changed files with 526 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ namespace Shared.DTOs
{
public class UserAuthenticationDTO
{
public string UserName { get; set; }
public string FullName { get; set; }
public string Token { get; set; }
public DateTime enterDate { get; set; }