Changeset de18858 for Farmatiko/ClientApp/src/app/models/Pharmacy.ts
- Timestamp:
- 07/29/20 19:46:21 (4 years ago)
- Branches:
- master
- Children:
- 4e72684
- Parents:
- e42f61a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/models/Pharmacy.ts
re42f61a rde18858 1 1 export class Pharmacy { 2 Name: string;3 Location: string;4 Address: string;5 WorkAllTime: boolean;2 name: string; 3 location: string; 4 address: string; 5 workAllTime: boolean; 6 6 }
Note:
See TracChangeset
for help on using the changeset viewer.