source: Farmatiko/ClientApp/src/app/models/HealthcareWorkers.ts@ ca0dae7

Last change on this file since ca0dae7 was 46c298d, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Format code

  • Property mode set to 100644
File size: 170 bytes
Line 
1import { HealthFacilities } from "./HealthFacilities";
2
3export 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.