AdminUserDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Dto for the creation of the initial admin user.
public class AdminUserDto
Inheritance Object → AdminUserDto
Properties
EMail
The users email. This also serves as the username.
public string EMail { get; set; }
Property Value
Password
The login password for the user.
public string Password { get; set; }
Property Value
Constructors
AdminUserDto()
public AdminUserDto()