export class PlannerLocationDto { locationId: number; plannerId: number; constructor(){ this.locationId = 1; this.plannerId = 1; } }