using System.Collections.Generic; namespace API.DTOs { public class DeleteSeriesDto { public IList SeriesIds { get; set; } } }