Changeset a3b5f34 for src/Clients/Angular/finki-chattery/src/app/shared-app/models/question-state-view-models.models.ts
- Timestamp:
- 10/27/21 18:32:50 (3 years ago)
- Branches:
- dev
- Children:
- 7899209
- Parents:
- 466d1ac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Clients/Angular/finki-chattery/src/app/shared-app/models/question-state-view-models.models.ts
r466d1ac ra3b5f34 69 69 constructor(public uid: string, public text: string, public nameTranslated: string) {} 70 70 } 71 72 export class SearchQuestionsQueryViewModel { 73 constructor(public text: string) {} 74 }
Note:
See TracChangeset
for help on using the changeset viewer.