RoleDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents a role
public class RoleDto
Properties
Id
ID of the role
public string Id { get; set; }
Property Value
Name
Name of the role
public string Name { get; set; }
Property Value
Constructors
RoleDto()
public RoleDto()