Added basic configuration
This commit is contained in:
10
testing/HopFrame.Testing/Models/User.cs
Normal file
10
testing/HopFrame.Testing/Models/User.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace HopFrame.Testing.Models;
|
||||
|
||||
public class User {
|
||||
public required Guid Id { get; init; }
|
||||
public required string Email { get; init; }
|
||||
public string? Username { get; set; }
|
||||
public string? Password { get; set; }
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user