using System.Collections.Generic; namespace Manager.DTOs { public class OldSliderDTO { public List contents { get; set; } } }