namespace DigitalData.Core.Abstraction.Application.Repository; /// /// Ensures that extension methods are handled securely /// public interface IEntity { } /// /// Ensures that extension methods are handled securely /// /// public interface IDto where Entity : IEntity { }