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