mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-08 15:31:13 +08:00
fix: fix formatting
This commit is contained in:
parent
61d90da20e
commit
10627f8de6
@ -25,4 +25,3 @@ namespace BuildingBlocks.EventStoreDB.Events
|
||||
public virtual void When(object @event) { }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -27,4 +27,3 @@ public class StreamEvent<T> : StreamEvent where T : notnull
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -29,4 +29,3 @@ public class MongoUnitOfWork<TContext> : IMongoUnitOfWork<TContext>, ITransactio
|
||||
|
||||
public void Dispose() => Context.Dispose();
|
||||
}
|
||||
|
||||
|
||||
@ -125,4 +125,3 @@ public static class Extensions
|
||||
return app;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -3,4 +3,3 @@ using System.Runtime.CompilerServices;
|
||||
[assembly: InternalsVisibleTo("Unit.Test")]
|
||||
[assembly: InternalsVisibleTo("Integration.Test")]
|
||||
[assembly: InternalsVisibleTo("EndToEnd.Test")]
|
||||
|
||||
|
||||
@ -9,4 +9,3 @@ public class InvalidPriceException : DomainException
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -9,4 +9,3 @@ public class SeatNumberException : DomainException
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -3,4 +3,3 @@ using System.Runtime.CompilerServices;
|
||||
[assembly: InternalsVisibleTo("Unit.Test")]
|
||||
[assembly: InternalsVisibleTo("Integration.Test")]
|
||||
[assembly: InternalsVisibleTo("EndToEnd.Test")]
|
||||
|
||||
|
||||
@ -19,4 +19,3 @@ public sealed class FakeCreateFlightMongoCommand : AutoFaker<CreateFlightMongo>
|
||||
RuleFor(r => r.IsDeleted, _ => false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -20,4 +20,3 @@ public sealed class FakeCreateFlightMongoCommand : AutoFaker<CreateFlightMongo>
|
||||
RuleFor(r => r.IsDeleted, _ => false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -3,4 +3,3 @@ using System.Runtime.CompilerServices;
|
||||
[assembly: InternalsVisibleTo("Unit.Test")]
|
||||
[assembly: InternalsVisibleTo("Integration.Test")]
|
||||
[assembly: InternalsVisibleTo("EndToEnd.Test")]
|
||||
|
||||
|
||||
@ -14,4 +14,3 @@ public class UserLoginConfiguration : IEntityTypeConfiguration<UserLogin>
|
||||
builder.Property(r => r.Version).IsConcurrencyToken();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -3,4 +3,3 @@ using System.Runtime.CompilerServices;
|
||||
[assembly: InternalsVisibleTo("Unit.Test")]
|
||||
[assembly: InternalsVisibleTo("Integration.Test")]
|
||||
[assembly: InternalsVisibleTo("EndToEnd.Test")]
|
||||
|
||||
|
||||
@ -16,4 +16,3 @@ public sealed class FakeCompleteRegisterPassengerCommand : AutoFaker<CompleteReg
|
||||
RuleFor(r => r.Age, _ => 30);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user