module fb { export class Models_NyKundportalKommentarParamsDO { MaeklarObjektId: number; KommentarText: string; KundportalTraadId?: number; KundportalKommentarTypId?: number; MaeklarObjektsBeskrivningId?: number; MotivId?: number; } }