source:
Farmatiko/ClientApp/src/app/models/Pharmacy.ts@
a55ef91
Last change on this file since a55ef91 was de18858, checked in by , 4 years ago | |
---|---|
|
|
File size: 105 bytes |
Rev | Line | |
---|---|---|
[ec6ac45] | 1 | export class Pharmacy { |
[de18858] | 2 | name: string; |
3 | location: string; | |
4 | address: string; | |
5 | workAllTime: boolean; | |
[ec6ac45] | 6 | } |
Note:
See TracBrowser
for help on using the repository browser.