source:
Farmatiko/ClientApp/src/app/models/Pharmacy.ts@
1f041f6
Last change on this file since 1f041f6 was ec6ac45, checked in by , 4 years ago | |
---|---|
|
|
File size: 113 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.