Ignore:
Timestamp:
07/22/20 13:08:15 (4 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
ca0dae7
Parents:
1f041f6
Message:

Format code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/ClientApp/src/app/models/HealthFacilities.ts

    r1f041f6 r46c298d  
    11export class HealthFacilities {
    2     Name: string;
    3     Municipality: string;
    4     Address: string;
    5     Type: string;
    6     Email: string;
    7     Phone: string;
     2  Name: string;
     3  Municipality: string;
     4  Address: string;
     5  Type: string;
     6  Email: string;
     7  Phone: string;
    88}
Note: See TracChangeset for help on using the changeset viewer.