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