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 |
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.