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

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

JSON processing added

  • Property mode set to 100644
File size: 198 bytes
RevLine 
[ec6ac45]1export class HealthFacilities {
[ef1219a]2 address: string;
3 createdOn: string;
4 deletedOn: string;
5 email: string;
6 id: number;
7 municipality: string;
8 name: string;
9 phone: string;
10 type: string;
[c73269d]11}
Note: See TracBrowser for help on using the repository browser.