source: Farmatiko/ClientApp/src/app/models/Medicine.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: 184 bytes
Line 
1export class Medicine {
2 Name: string;
3 Strength: string;
4 Form: string;
5 WayOfIssuing: string;
6 Manufacturer: string;
7 Price: Float32Array;
8 Packaging: string;
9}
Note: See TracBrowser for help on using the repository browser.