...
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user