using System; namespace BLToolkit.TypeBuilder { [AttributeUsage(AttributeTargets.Interface)] public class AutoImplementInterfaceAttribute : Attribute { } }