Class DeleteView.Handler
- Namespace
- Raytha.Application.Views.Commands
- Assembly
- Raytha.Application.dll
public class DeleteView.Handler : IRequestHandler<DeleteView.Command, CommandResponseDto<ShortGuid>>
- Inheritance
-
DeleteView.Handler
- Implements
- Inherited Members
Constructors
Handler(IRaythaDbContext)
public Handler(IRaythaDbContext db)
Parameters
Methods
Handle(Command, CancellationToken)
Handles a request
public Task<CommandResponseDto<ShortGuid>> Handle(DeleteView.Command request, CancellationToken cancellationToken)
Parameters
request
DeleteView.CommandThe request
cancellationToken
CancellationTokenCancellation token
Returns
- Task<CommandResponseDto<ShortGuid>>
Response from the request