Table of Contents

Class CreateUserWithAuthDto

Namespace
adas_core.Domain.Models.DTO
Assembly
adas-core.Domain.dll

Represents a data transfer object used to create a user along with authentication details.

public class CreateUserWithAuthDto
Inheritance
CreateUserWithAuthDto
Inherited Members
Extension Methods

Properties

Authorizations

public List<Authorization> Authorizations { get; set; }

Property Value

List<Authorization>

User

public User User { get; set; }

Property Value

User