public RoleDto(TheDebateApp.Models.Role entity) { this.Id = entity.Id; this.Name = entity.Name; }
public RoleAddOrUpdateResponseDto(TheDebateApp.Models.Role entity) : base(entity) { }