Table of Contents

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
IRequest<CommandResponseDto<ShortGuid>>
IBaseRequest
Inherited Members

Properties

FirstName

public string FirstName { get; init; }

Property Value

string

LastName

public string LastName { get; init; }

Property Value

string