namespace DigitalData.Core.Abstractions.Interfaces #if NET ; #elif NETFRAMEWORK { #endif /// /// Ensures that extension methods are handled securely /// /// public interface IDto where Entity : IEntity { } #if NETFRAMEWORK } #endif