using BuildingBlocks.Core.Model; namespace BuildingBlocks.Mongo; public interface IMongoRepository : IRepository where TEntity : class, IAggregate { }