using System; using System.Collections.Generic; namespace Manager.Interfaces.DTO { public class ExportConfigurationDTO : ConfigurationDTO { public List sections { get; set; } public List resources { get; set; } } }