- Timestamp:
- 07/27/20 23:36:14 (4 years ago)
- Branches:
- master
- Children:
- e42f61a
- Parents:
- d2e69be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/models/HealthFacilities.ts
rd2e69be ref1219a 1 1 export class HealthFacilities { 2 Name: string; 3 Municipality: string; 4 Address: string; 5 Type: string; 6 Email: string; 7 Phone: string; 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; 8 11 }
Note:
See TracChangeset
for help on using the changeset viewer.