source:
Farmatiko/ClientApp/src/app/models/HealthFacilities.ts@
fad8134
Last change on this file since fad8134 was 46c298d, checked in by , 4 years ago | |
---|---|
|
|
File size: 143 bytes |
Rev | Line | |
---|---|---|
[ec6ac45] | 1 | export class HealthFacilities { |
[46c298d] | 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.