Files
Knots/Knots/DTO/Role/GetRoleDto.cs
2026-03-19 15:09:54 +01:00

6 lines
95 B
C#

namespace Knots.DTO.Role;
public class GetRoleDto
{
public string? Libelle { get; set; }
}