source:
Farmatiko/ClientApp/src/app/models/MedicineList.ts@
ec6ac45
Last change on this file since ec6ac45 was ec6ac45, checked in by , 5 years ago | |
---|---|
|
|
File size: 124 bytes |
Rev | Line | |
---|---|---|
[ec6ac45] | 1 | import { Medicine } from "./Medicine"; |
2 | ||
3 | export class MedicineList { | |
4 | Medicines: Medicine[]; | |
5 | HasMedicine: boolean[]; | |
6 | } |
Note:
See TracBrowser
for help on using the repository browser.