contact.ts 184 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11
export class Contact {
     id=0;
     firstName = '';
     lastName = '';
     mobile = '';
     home = '';
     company = '';
     work = '';
     notes = '';
     imagePath = '';
}