Changeset 46c298d for Farmatiko/ClientApp/src/app/models/PharmacyHead.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/PharmacyHead.ts
r1f041f6 r46c298d 3 3 4 4 export class PharmacyHead { 5 6 7 8 9 5 PharmacyMedicines: MedicineList; 6 Pharmacy: Pharmacy[]; 7 Email: string; 8 Passwd: string; 9 Name: string; 10 10 }
Note:
See TracChangeset
for help on using the changeset viewer.