source: Farmatiko/ClientApp/src/app/models/MedicineList.ts@ c73269d

Last change on this file since c73269d was c73269d, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

JSON processing added

  • Property mode set to 100644
File size: 120 bytes
RevLine 
[ec6ac45]1import { Medicine } from "./Medicine";
2
3export class MedicineList {
[46c298d]4 Medicines: Medicine[];
5 HasMedicine: boolean[];
[c73269d]6}
Note: See TracBrowser for help on using the repository browser.