|
@ -117,7 +117,7 @@ namespace Microsoft.eShopOnContainers.BuildingBlocks.EventBus |
|
|
var handler = OnEventRemoved; |
|
|
var handler = OnEventRemoved; |
|
|
if (handler != null) |
|
|
if (handler != null) |
|
|
{ |
|
|
{ |
|
|
OnEventRemoved(this, eventName); |
|
|
|
|
|
|
|
|
handler(this, eventName); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|