Update Distributed-Event-Bus.md

pull/11057/head
杜冠魁 3 years ago committed by GitHub
parent b0107a9582
commit 6337948b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ namespace AbpDemo
public virtual async Task ChangeStockCountAsync(Guid productId, int newCount)
{
await _distributedEventBus.PublishAsync(
new StockCountChangedEvent
new StockCountChangedEto
{
ProductId = productId,
NewCount = newCount

Loading…
Cancel
Save