Class LoginCommand
public record LoginCommand : IEquatable<LoginCommand>
- Inheritance
-
LoginCommand
- Implements
- Inherited Members
Constructors
LoginCommand(string, ICommand)
public LoginCommand(string Label, ICommand Command)
Parameters
Properties
Command
public ICommand Command { get; init; }
Property Value
Label
public string Label { get; init; }