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