8 lines
185 B
C#
8 lines
185 B
C#
using LanguageExt.Common;
|
|
|
|
namespace W542.GandalfReborn.Commands;
|
|
|
|
public class HashPasswordCommand : IGrCommand<Result<string>>
|
|
{
|
|
public required string RawPassword { get; set; }
|
|
} |