Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoPires committed May 22, 2018
2 parents 8c2c9b9 + d20faca commit 8c532d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.json
Expand Up @@ -3,4 +3,4 @@
"sdk": {
"version": "2.1.200"
}
}
}
3 changes: 2 additions & 1 deletion src/Equinox.Domain.Core/Bus/IMediatorHandler.cs
Expand Up @@ -2,11 +2,12 @@
using Equinox.Domain.Core.Commands;
using Equinox.Domain.Core.Events;


namespace Equinox.Domain.Core.Bus
{
public interface IMediatorHandler
{
Task SendCommand<T>(T command) where T : Command;
Task RaiseEvent<T>(T @event) where T : Event;
}
}
}

0 comments on commit 8c532d1

Please sign in to comment.