Website services organized
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace WatchIt.Website.Services.Authentication;
|
||||
|
||||
public class User
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
public required long Id { get; init; }
|
||||
public required string Username { get; init; }
|
||||
public required string Email { get; init; }
|
||||
public required bool IsAdmin { get; init; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user