9 lines
		
	
	
		
			290 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			290 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|  | 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; } | ||
|  | } |