using System; using System.Collections.Generic; using System.Text; namespace ProductionLineMonitor.Application.Services.LineService.Dtos { public class CapaDto { public int Capa { get; set; } public double TargetTT { get; set; } } }