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

Last change on this file since a8ccc2c was a8ccc2c, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Add migration, BaseEntity class and FarmatikoServices

  • Property mode set to 100644
File size: 170 bytes
RevLine 
[ec6ac45]1export class Medicine {
[a8ccc2c]2 Name: string;
3 Strength: string;
4 Form: string;
5 WayOfIssuing: string;
6 Manufacturer: string;
7 Price: Float32Array;
8 Packaging: string;
[ec6ac45]9}
Note: See TracBrowser for help on using the repository browser.