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