Class RenewRestaurantAccountLinkCommandHandler
Namespace: Restaurant.Application.Requests.Restaurant
Assembly: Restaurant.Application.dll
Inheritance
object ← RenewRestaurantAccountLinkCommandHandler
Implements
IRequestHandler<RenewRestaurantAccountLinkCommand, Result<RestaurantAccountResponse\>\>
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
RenewRestaurantAccountLinkCommandHandler\(IRestaurantRepository, IAuthorizationService, IHttpContextAccessor, IUnitOfWork, IBillingPlatformAccountService\)
Parameters
restaurantRepository IRestaurantRepository
authorizationService IAuthorizationService
httpContextAccessor IHttpContextAccessor
unitOfWork IUnitOfWork
billingPlatformAccountService IBillingPlatformAccountService
Methods
Handle\(RenewRestaurantAccountLinkCommand, CancellationToken\)
Handles a request
Parameters
command RenewRestaurantAccountLinkCommand
cancellationToken CancellationToken
Cancellation token
Returns
Task <Result< RestaurantAccountResponse \>\>
Response from the request