5 lines
No EOL
168 B
C#
5 lines
No EOL
168 B
C#
using Femto.Common.Domain;
|
|
|
|
namespace Femto.Modules.Authentication.Application.Commands;
|
|
|
|
public record LoginCommand(string Username, string Password) : ICommand<Guid>; |