namespace API.DTOs.Device; public class SendSeriesToDeviceDto { public int DeviceId { get; set; } public int SeriesId { get; set; } }