source:
Farmatiko/ClientApp/src/app/models/HealthFacilities.ts@
c406ae5
Last change on this file since c406ae5 was c73269d, checked in by , 4 years ago | |
---|---|
|
|
File size: 198 bytes |
Line | |
---|---|
1 | export class HealthFacilities { |
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; |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.