department-affiliation-list.ts 99 Bytes
export class DepartmentAffiliationList {
    departmentAffiliationId: number;
    name: string;
 }