source:
trip-planner-front/src/app/_models/dto/usernameDto.ts
Last change on this file was b738035, checked in by , 3 years ago | |
---|---|
|
|
File size: 108 bytes |
Line | |
---|---|
1 | export class UsernameDto{ |
2 | |
3 | username: string; |
4 | |
5 | constructor(){ |
6 | this.username = ''; |
7 | } |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.