source:
Farmatiko/ClientApp/src/app/models/HealthcareWorkers.ts@
a55ef91
Last change on this file since a55ef91 was de18858, checked in by , 4 years ago | |
---|---|
|
|
File size: 170 bytes |
Rev | Line | |
---|---|---|
[ec6ac45] | 1 | import { HealthFacilities } from "./HealthFacilities"; |
2 | ||
3 | export class HealthcareWorkers { | |
[de18858] | 4 | name: string; |
5 | branch: Date; | |
6 | facility: HealthFacilities; | |
7 | title: string; | |
[ec6ac45] | 8 | } |
Note:
See TracBrowser
for help on using the repository browser.