Add project files.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace TheXamlGuy.Framework.Core;
|
||||
|
||||
public interface IEventBuilder
|
||||
{
|
||||
IReadOnlyCollection<IEventBuilderConfiguration> Configurations { get; }
|
||||
|
||||
IEventBuilderConfiguration<TEvent> Add<TEvent>() where TEvent : class;
|
||||
}
|
||||
Reference in New Issue
Block a user