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