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 |
Rev | Line | |
---|---|---|
[ec6ac45] | 1 | export class Pharmacy { |
[46c298d] | 2 | Name: string; |
3 | Location: string; | |
4 | Address: string; | |
5 | WorkAllTime: boolean; | |
[ec6ac45] | 6 | } |
Note:
See TracBrowser
for help on using the repository browser.