- Project does not work still in this version as communication is still not happening between Client/Server/Core. Fake UI is still somewhat needed to progress
8 lines
141 B
C#
8 lines
141 B
C#
using SurrealDb.Net.Models;
|
|
|
|
namespace RelayCore.Models;
|
|
|
|
public class PasswordHash : Record
|
|
{
|
|
public string? Password { get; set; }
|
|
} |