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