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 |
Line | |
---|---|
1 | export class Pharmacy { |
2 | name: string; |
3 | location: string; |
4 | address: string; |
5 | workAllTime: boolean; |
6 | } |
Note:
See TracBrowser
for help on using the repository browser.