Table of Contents

Class StaffInfo

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

Represents a data structure that contains information about a staff member.

public class StaffInfo
Inheritance
StaffInfo
Inherited Members
Extension Methods

Properties

Leader

public required string Leader { get; set; }

Property Value

string

Role

public required string Role { get; set; }

Property Value

string