Models
DepartmentRank
Many-to-Many joining table for Department and Rank.
This model represents the database table fivepd_department_rank. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.
Properties
DepartmentId
Gets or sets the department id.
Type: int
RankId
Gets or sets the rank id.
Type: int
Department
Gets or sets the department.
Type: virtual Department
Rank
Gets or sets the rank.
Type: virtual Rank