public class Saldo { public int IdSaldo { get; set; } public string Destino { get; set; } = string.Empty; public int IdDestino { get; set; } public decimal Monto { get; set; } public int IdEmpresa { get; set; } public DateTime FechaUltimaModificacion { get; set; } }