Namespace Identity.Application.Requests.Handlers.User
Classes
Command that contains new and previous password.
Handler that checks previous and new password matching before updating the password.
Command that it passed through request body, contains the updated fields.
Handler that execute the updating request.
Command that contains the ID of the user to delete.
Delete command handler, check if Identity.Application.Requests.Handlers.User exists and delete it.
GetAllUsersByRestaurantIdQuery
Request that carries the RestaurantId.
GetAllUsersByRestaurantIdQueryHandler
Handler that returns all the users in the database that has the requested restaurantId.
Empty request that need no parameter, it acts as a link to the handler.
Handler that returns all the users in the database.
Query that contains the needed Identity.Application.Requests.Handlers.User Guid.
Command handler that returns the needed Identity.Application.Requests.Handlers.User, getting the ID via the request it handles.
UpdateUserCommand represents a request to update a user.
UpdateUserCommandHandler handles UpdateUserCommand requests and updates a user.
UserResetPasswordCommandHandler
UserResetPasswordInquiryCommand