source: Farmatiko/ClientApp/src/app/models/PharmacyHead.ts@ ec6ac45

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

Adjusments

  • Property mode set to 100644
File size: 237 bytes
Line 
1import { MedicineList } from "./MedicineList";
2import { Pharmacy } from "./Pharmacy";
3
4export class PharmacyHead {
5 PharmacyMedicines: MedicineList;
6 Pharmacy: Pharmacy[];
7 Email: string;
8 Passwd: string;
9 Name: string;
10}
Note: See TracBrowser for help on using the repository browser.