Changeset 46c298d for Farmatiko/ClientApp/src/app/models/MedicineList.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/MedicineList.ts
r1f041f6 r46c298d 2 2 3 3 export class MedicineList { 4 5 4 Medicines: Medicine[]; 5 HasMedicine: boolean[]; 6 6 }
Note:
See TracChangeset
for help on using the changeset viewer.