diff options
Diffstat (limited to 'src/core/infrastructure/IPublishEvents.cs')
| -rwxr-xr-x | src/core/infrastructure/IPublishEvents.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/infrastructure/IPublishEvents.cs b/src/core/infrastructure/IPublishEvents.cs new file mode 100755 index 0000000..10b3a84 --- /dev/null +++ b/src/core/infrastructure/IPublishEvents.cs @@ -0,0 +1,7 @@ +namespace core.infrastructure
+{
+ public interface IPublishEvents
+ {
+ void Publish<Event>(Event theEvent);
+ }
+}
\ No newline at end of file |
