Table of Contents

Class CreateContentType.Handler

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

Parameters

request CreateContentType.Command

The request

cancellationToken CancellationToken

Cancellation token

Returns

Task<CommandResponseDto<ShortGuid>>

Response from the request