mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Changed IEventBus Notify method to accept an IDictionary rather than Dictionary
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Orchard.Tests.Modules.Settings.Topology {
|
||||
public void Notify_Obsolete(string messageName, IDictionary<string, string> eventData) {
|
||||
}
|
||||
|
||||
public void Notify(string messageName, Dictionary<string, object> eventData) {
|
||||
public void Notify(string messageName, IDictionary<string, object> eventData) {
|
||||
LastMessageName = messageName;
|
||||
LastEventData = eventData;
|
||||
}
|
||||
|
Reference in New Issue
Block a user