mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-04 03:48:40 +08:00
refactor: refactor analyzer configs and add formating to cli
This commit is contained in:
parent
dda4a3f92b
commit
fa3b1842a8
@ -32,10 +32,10 @@ public record Booking : AggregateEventSourcing<Guid>
|
|||||||
switch (@event)
|
switch (@event)
|
||||||
{
|
{
|
||||||
case BookingCreatedDomainEvent bookingCreated:
|
case BookingCreatedDomainEvent bookingCreated:
|
||||||
{
|
{
|
||||||
Apply(bookingCreated);
|
Apply(bookingCreated);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user