10 lines
		
	
	
		
			305 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			305 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|  | namespace GestionIntegral.Api.Dtos.Usuarios | ||
|  | { | ||
|  |     public class PermisoDto | ||
|  |     { | ||
|  |         public int Id { get; set; } | ||
|  |         public string Modulo { get; set; } = string.Empty; | ||
|  |         public string DescPermiso { get; set; } = string.Empty; | ||
|  |         public string CodAcc { get; set; } = string.Empty; | ||
|  |     } | ||
|  | } |