Does not implement interface member
Severity Code Description Project File Line Suppression State
Error CS0535 ‘UpdateLeaveTypeCommandHandler’ does not implement interface member ‘IRequestHandler<UpdateLeaveTypeCommand, Unit>.Handle(UpdateLeaveTypeCommand, CancellationToken)’ HR.LeaveManagement.Application C:UsersjamessourcereposHR.LeaveManagement.CleanHR.LeaveManagement.ApplicationFeaturesLeaveTypeCommandsUpdateLeaveTypeUpdateLeaveTypeCommandHandler.cs 12 Active
How to chain requests in Mediatr12 with transactions
I am trying to implement a MediatR request pipeline for user registration following the CQRS principle. The scenario is as follows: