6 lines
160 B
C#
6 lines
160 B
C#
|
|
using EventFlow.Aggregates;
|
||
|
|
|
||
|
|
namespace Books.Api.Domain.Accounts.Events;
|
||
|
|
|
||
|
|
public class AccountReactivatedEvent() : AggregateEvent<AccountAggregate, AccountId>;
|