uff, lot of work
This commit is contained in:
9
OwnChar.Server/Data/Model/UserAccountDb.cs
Normal file
9
OwnChar.Server/Data/Model/UserAccountDb.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using OwnChar.Data.Model.Base;
|
||||
|
||||
namespace OwnChar.Server.Data.Model;
|
||||
|
||||
public class UserAccountDb : UserAccountBase
|
||||
{
|
||||
public virtual string? Password { get; set; }
|
||||
public UserProfileDb? Profile { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user