source:
Farmatiko/ClientApp/src/app/models/HealthcareWorkers.ts@
c73269d
Last change on this file since c73269d was c73269d, checked in by , 4 years ago | |
---|---|
|
|
File size: 169 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; | |
[c73269d] | 8 | } |
Note:
See TracBrowser
for help on using the repository browser.