Browse Source

Merge pull request #10335 from abpframework/enisn-local-event-bus-typo-fix

Update Local-Event-Bus.md typo fix
pull/10340/head
Ahmet Çotur 4 years ago
committed by GitHub
parent
commit
fe7bc90cf0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/Local-Event-Bus.md

4
docs/en/Local-Event-Bus.md

@ -143,7 +143,7 @@ namespace AbpDemo
{
public async Task HandleEventAsync(StockCountChangedEvent eventData)
{
//TODO: your code that does somthing on the event
//TODO: your code that does something on the event
}
}
}
@ -272,4 +272,4 @@ The event types are;
Pre-build events are published when you save changes to the database;
* For EF Core, they are published on `DbContext.SaveChanges`.
* For MongoDB, they are published when you call repository's `InsertAsync`, `UpdateAsync` or `DeleteAsync` methods (since MongoDB has not a change tracking system).
* For MongoDB, they are published when you call repository's `InsertAsync`, `UpdateAsync` or `DeleteAsync` methods (since MongoDB has not a change tracking system).

Loading…
Cancel
Save