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