'use strict'; export class AsdcComment { public userRemarks:string; constructor() { } }