using System.Configuration; namespace Entidades.Dto; public class SubirContratoDto{ public int IdContrato { get; set; } }