source:
trip-planner-front/src/app/_models/dto/plannerDto.ts@
bdd6491
Last change on this file since bdd6491 was 84d0fbb, checked in by , 3 years ago | |
---|---|
|
|
File size: 159 bytes |
Line | |
---|---|
1 | |
2 | export class PlannerDto{ |
3 | name: string; |
4 | description: string; |
5 | |
6 | |
7 | constructor(){ |
8 | this.name = ''; |
9 | this.description = ''; |
10 | |
11 | } |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.