using System; using System.Collections.Generic; using System.Text; namespace ProductionLineMonitor.Core.Dtos { public class EapDto { public string Ip { get; set; } public int Port { get; set; } } }