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