9 lines
		
	
	
		
			238 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			238 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|  | namespace GestionIntegral.Api.Dtos.Distribucion | ||
|  | { | ||
|  |     public class OtroDestinoDto | ||
|  |     { | ||
|  |         public int IdDestino { get; set; } | ||
|  |         public string Nombre { get; set; } = string.Empty; | ||
|  |         public string? Obs { get; set; } | ||
|  |     } | ||
|  | } |