Table of Contents

Class CreateApiKey.Handler

Namespace
Raytha.Application.Admins.Commands
Assembly
Raytha.Application.dll
public class CreateApiKey.Handler : IRequestHandler<CreateApiKey.Command, CommandResponseDto<string>>
Inheritance
CreateApiKey.Handler
Implements
Inherited Members

Constructors

Handler(IRaythaDbContext)

public Handler(IRaythaDbContext db)

Parameters

db IRaythaDbContext

Methods

Handle(Command, CancellationToken)

Handles a request

public Task<CommandResponseDto<string>> Handle(CreateApiKey.Command request, CancellationToken cancellationToken)

Parameters

request CreateApiKey.Command

The request

cancellationToken CancellationToken

Cancellation token

Returns

Task<CommandResponseDto<string>>

Response from the request