datasurvey/src/main/webapp/app/account/register/register.model.ts

4 lines
140 B
TypeScript
Raw Normal View History

2021-07-03 21:48:27 +00:00
export class Registration {
constructor(public login: string, public email: string, public password: string, public langKey: string) {}
}