Recreated solution with web app template. Improved theme. Switched to ShadcnBlazor library
This commit is contained in:
11
Moonlight.Api/Database/Entities/User.cs
Normal file
11
Moonlight.Api/Database/Entities/User.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Moonlight.Api.Database.Entities;
|
||||
|
||||
public class User
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Username { get; set; }
|
||||
public string Email { get; set; }
|
||||
|
||||
public DateTimeOffset InvalidateTimestamp { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user