Table of Contents

Class AdministratorDto

Namespace
Core.CliniCore.DTOs.Administrators
Assembly
Core.CliniCore.dll

Response DTO representing an administrator profile. Inherits common fields (Id, Username, CreatedAt, Name, Address, BirthDate) from ProfileDtoBase.

public class AdministratorDto : ProfileDtoBase
Inheritance
AdministratorDto
Inherited Members
Extension Methods

Properties

Department

public string Department { get; set; }

Property Value

string

Email

public string Email { get; set; }

Property Value

string

Permissions

public List<string> Permissions { get; set; }

Property Value

List<string>