8 lines
		
	
	
		
			189 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			189 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace GestionIntegral.Api.Dtos.Impresion
 | 
						|
{
 | 
						|
    public class PlantaDropdownDto
 | 
						|
    {
 | 
						|
        public int IdPlanta { get; set; }
 | 
						|
        public required string Nombre { get; set; }
 | 
						|
    }
 | 
						|
} |