namespace API.DTOs.Device; public class SendToDeviceDto { public int DeviceId { get; set; } public int ChapterId { get; set; } }