add start of mediator

This commit is contained in:
Stanley Dimant
2023-01-30 17:47:47 +01:00
parent c4aeb98126
commit 3906a7b34f
3 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
namespace MareSynchronos.Mediator;
public interface IMessage { }