using System.Collections.Generic; namespace ManagerService.DTOs { public class ExportConfigurationDTO : ConfigurationDTO { public List sections { get; set; } public List resources { get; set; } } }