Removed Template
This commit is contained in:
@@ -4,7 +4,7 @@ namespace HopFrame.Testing.Models;
|
||||
|
||||
public class User {
|
||||
[Key]
|
||||
public required Guid Id { get; init; }
|
||||
public required Guid Id { get; init; } = Guid.CreateVersion7();
|
||||
public required string Email { get; init; }
|
||||
public string? Username { get; set; }
|
||||
public string? Password { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user