feat: setup db context with initial models
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace FiscalOS.API.Identity;
|
||||
|
||||
internal sealed class User
|
||||
{
|
||||
public Guid Id { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user