mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
more tests for user rep
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Govor.Core.Models;
|
||||
|
||||
public class User
|
||||
@@ -7,6 +9,6 @@ public class User
|
||||
public string Description {get; set;}
|
||||
public string HashPassword {get; set;}
|
||||
public Guid IconId {get; set;}
|
||||
public DateTime CreatedOn {get; set;}
|
||||
public DateOnly CreatedOn {get; set;}
|
||||
public DateTime WasOnline {get; set;}
|
||||
}
|
||||
Reference in New Issue
Block a user