source: trip-planner-front/src/app/_models/dto/plannerDto.ts@ bdd6491

Last change on this file since bdd6491 was 84d0fbb, checked in by Ema <ema_spirova@…>, 3 years ago

spring security 2.0

  • Property mode set to 100644
File size: 159 bytes
RevLine 
[ceaed42]1
[6a80231]2export class PlannerDto{
3 name: string;
4 description: string;
[ceaed42]5
[6a80231]6
7 constructor(){
8 this.name = '';
9 this.description = '';
[ceaed42]10
[6a80231]11 }
12}
Note: See TracBrowser for help on using the repository browser.