source:
Farmatiko/ClientApp/src/app/models/Pharmacy.ts@
fbaea22
Last change on this file since fbaea22 was 46c298d, 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.