source:
Farmatiko/ClientApp/src/app/models/MedicineList.ts@
fbaea22
Last change on this file since fbaea22 was 46c298d, checked in by , 4 years ago | |
---|---|
|
|
File size: 121 bytes |
Line | |
---|---|
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.