public Task Handle(EventNotification <BasketCleanedEvent> notification, CancellationToken cancellationToken) { LogHelper.AddInfo("BasketCleanedEventHandler calisti."); return(Task.FromResult(0)); }
public Task Handle(EventNotification <BasketItemQuantityChangedEvent> notification, CancellationToken cancellationToken) { LogHelper.AddInfo("BasketItemQuantityChangedEvent calisti."); return(Task.FromResult(0)); }