feature: add contact model
This commit is contained in:
3
src/app/models/ContactDTO.ts
Normal file
3
src/app/models/ContactDTO.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export class ContactDTO {
|
||||
constructor(public id?: number, public name = "", public company = "", public phone = ""){}
|
||||
}
|
||||
Reference in New Issue
Block a user