Table of Contents

Class EditConfiguration.Handler

Namespace
Raytha.Application.OrganizationSettings.Commands
Assembly
Raytha.Application.dll
public class EditConfiguration.Handler : IRequestHandler<EditConfiguration.Command, CommandResponseDto<ShortGuid>>
Inheritance
EditConfiguration.Handler
Implements
IRequestHandler<EditConfiguration.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(EditConfiguration.Command request, CancellationToken cancellationToken)

Parameters

request EditConfiguration.Command

The request

cancellationToken CancellationToken

Cancellation token

Returns

Task<CommandResponseDto<ShortGuid>>

Response from the request