mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-28 17:01:13 +03:00
refactoring and integration tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace PracticeCalendar.Domain.Common.Interfaces
|
||||
{
|
||||
public interface IDomainEventService
|
||||
{
|
||||
Task Publish(DomainEventBase domainEvent);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user