using System; namespace ETModel { [AttributeUsage(AttributeTargets.Class)] public class ILAdapterAttribute : Attribute { } }