Class UpdateAdministratorRequest
- Namespace
- Core.CliniCore.Requests.Administrators
- Assembly
- Core.CliniCore.dll
Request DTO for updating an existing administrator
public class UpdateAdministratorRequest
- Inheritance
-
UpdateAdministratorRequest
- Inherited Members
Properties
Address
public string? Address { get; set; }
Property Value
BirthDate
public DateTime? BirthDate { get; set; }
Property Value
Department
public string? Department { get; set; }
Property Value
public string? Email { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
Permissions
public List<string>? Permissions { get; set; }