Table of Contents

Class DeleteRole.Handler

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

Parameters

request DeleteRole.Command

The request

cancellationToken CancellationToken

Cancellation token

Returns

Task<CommandResponseDto<ShortGuid>>

Response from the request