2024-09-06 10:59:27 +02:00

8 lines
152 B
C#

namespace UserManagement.Application.Dtos.Incomming
{
public class CreatingRoleDto
{
public string Name { get; set; }
}
}