summaryrefslogtreecommitdiff
path: root/src/core/infrastructure/IPublishEvents.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/infrastructure/IPublishEvents.cs')
-rwxr-xr-xsrc/core/infrastructure/IPublishEvents.cs7
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