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
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.