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

Last change on this file since 333cdac was 333cdac, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

Frontend adjustments for prototype

  • Property mode set to 100644
File size: 178 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.