module fb { export class FoereningLO extends ResourceBase { PersonId: number; Namn: string; constructor(data: any) { super(data, false); } } }