source:
Farmatiko/ClientApp/src/app/models/HealthcareWorkers.ts@
c352b2d
Last change on this file since c352b2d was 333cdac, checked in by , 4 years ago | |
---|---|
|
|
File size: 178 bytes |
Rev | Line | |
---|---|---|
[333cdac] | 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.