diff options
Diffstat (limited to 'catalog-ui/src/app/models/comments.ts')
-rw-r--r-- | catalog-ui/src/app/models/comments.ts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/catalog-ui/src/app/models/comments.ts b/catalog-ui/src/app/models/comments.ts new file mode 100644 index 0000000000..b61713cc2c --- /dev/null +++ b/catalog-ui/src/app/models/comments.ts @@ -0,0 +1,11 @@ +'use strict'; + +export class AsdcComment { + public userRemarks:string; + + constructor() { + } +} + + + |