source: Farmatiko/ClientApp/src/app/models/HealthFacilities.ts@ ec6ac45

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

Adjusments

  • Property mode set to 100644
File size: 154 bytes
RevLine 
[ec6ac45]1export class HealthFacilities {
2 Name: string;
3 Municipality: string;
4 Address: string;
5 Type: string;
6 Email: string;
7 Phone: string;
8}
Note: See TracBrowser for help on using the repository browser.