Changeset 46c298d for Farmatiko/ClientApp/src/app/models/Pharmacy.ts
- Timestamp:
- 07/22/20 13:08:15 (4 years ago)
- Branches:
- master
- Children:
- ca0dae7
- Parents:
- 1f041f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/models/Pharmacy.ts
r1f041f6 r46c298d 1 1 export class Pharmacy { 2 3 4 5 2 Name: string; 3 Location: string; 4 Address: string; 5 WorkAllTime: boolean; 6 6 }
Note:
See TracChangeset
for help on using the changeset viewer.