source: Farmatiko/ClientApp/src/app/models/Pharmacy.ts@ 46c298d

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

Format code

  • Property mode set to 100644
File size: 105 bytes
RevLine 
[ec6ac45]1export class Pharmacy {
[46c298d]2 Name: string;
3 Location: string;
4 Address: string;
5 WorkAllTime: boolean;
[ec6ac45]6}
Note: See TracBrowser for help on using the repository browser.