Added relation support
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
namespace HopFrame.Testing.Models;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace HopFrame.Testing.Models;
|
||||
|
||||
public class User {
|
||||
[Key]
|
||||
public required Guid Id { get; init; }
|
||||
public required string Email { get; init; }
|
||||
public string? Username { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user