Commit 304b592a authored by Diego Iván's avatar Diego Iván
Browse files

agregando dto para regresar un PointOfInterest

parent 863b2cc4
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
export class getPointDto {
  idPoint: number;
  idPlace: number;
  name: string;
  imageName: string;
  content: string;
  directions: string;
  audioName: string;
}