UserValidatorTests

This commit is contained in:
Artemy
2025-06-17 21:24:54 +07:00
parent d5a4d9141b
commit 22de0e9630
6 changed files with 196 additions and 27 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ namespace Govor.Core.Models;
public class User
{
public Guid Id {get; set;}
public string Username {get; set;}
public string Name {get; set;}
public string Description {get; set;}
public string HashPassword {get; set;}
public string PasswordHash {get; set;}
public Guid IconId {get; set;}
public DateOnly CreatedOn {get; set;}
public DateTime WasOnline {get; set;}