source:
Farmatiko/ClientApp/src/app/models/Pharmacy.ts@
4e72684
Last change on this file since 4e72684 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.