mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-26 07:24:09 +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)
|
||||
{
|
||||
case BookingCreatedDomainEvent bookingCreated:
|
||||
{
|
||||
Apply(bookingCreated);
|
||||
return;
|
||||
}
|
||||
{
|
||||
Apply(bookingCreated);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user