Ignore:
Timestamp:
07/27/20 23:36:14 (4 years ago)
Author:
Mile Jankuloski <mile.jankuloski@…>
Branches:
master
Children:
e42f61a
Parents:
d2e69be
Message:

Handled REST API calls, searchbars and paginators implemented, overall frontend improvment

File:
1 edited

Legend:

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

    rd2e69be ref1219a  
    11export class HealthFacilities {
    2   Name: string;
    3   Municipality: string;
    4   Address: string;
    5   Type: string;
    6   Email: string;
    7   Phone: string;
     2  address: string;
     3  createdOn: string;
     4  deletedOn: string;
     5  email: string;
     6  id: number;
     7  municipality: string;
     8  name: string;
     9  phone: string;
     10  type: string;
    811}
Note: See TracChangeset for help on using the changeset viewer.