using System; using System.Collections.Generic; using System.Text; namespace Infrastructure.Excel.Attributes { public class ChildImportDtoAttribute : Attribute { public Type DtoType { get; set; } } }