Table of Contents

Class ChangePassword.Handler

Namespace
Raytha.Application.Login.Commands
Assembly
Raytha.Application.dll
public class ChangePassword.Handler : IRequestHandler<ChangePassword.Command, CommandResponseDto<ShortGuid>>
Inheritance
ChangePassword.Handler
Implements
IRequestHandler<ChangePassword.Command, CommandResponseDto<ShortGuid>>
Inherited Members

Constructors

Handler(IRaythaDbContext)

public Handler(IRaythaDbContext db)

Parameters

db IRaythaDbContext

Methods

Handle(Command, CancellationToken)

Handles a request

public Task<CommandResponseDto<ShortGuid>> Handle(ChangePassword.Command request, CancellationToken cancellationToken)

Parameters

request ChangePassword.Command

The request

cancellationToken CancellationToken

Cancellation token

Returns

Task<CommandResponseDto<ShortGuid>>

Response from the request