Class ChangeProfile.Command
- Namespace
- Raytha.Application.Login.Commands
- Assembly
- Raytha.Application.dll
public record ChangeProfile.Command : LoggableEntityRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, ILoggableEntityRequest, IEquatable<LoggableEntityRequest<CommandResponseDto<ShortGuid>>>, IEquatable<ChangeProfile.Command>
- Inheritance
-
ChangeProfile.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
FirstName
public string FirstName { get; init; }
Property Value
LastName
public string LastName { get; init; }