Commit 339b6569 authored by Diego Iván's avatar Diego Iván
Browse files

agregando al dto startDate y endDate

parent 8a338b61
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,4 +10,6 @@ export class GetPlaceDto {
  coords: string;
  openAt: number;
  closeAt: number;
  startDate: Date;
  endDate: Date;
}