source: Farmatiko/ClientApp/src/app/models/Medicine.ts@ d8fafb8

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

Prepared and improved components for data flows

  • Property mode set to 100644
File size: 164 bytes
RevLine 
[ec6ac45]1export class Medicine {
[de18858]2 name: string;
3 strength: string;
4 form: string;
5 wayOfIssuing: string;
6 manufacturer: string;
7 price: number;
8 packaging: string;
[ec6ac45]9}
Note: See TracBrowser for help on using the repository browser.