Commit 53b3f5b6 authored by Diego Iván's avatar Diego Iván
Browse files

agregando dto de la respuesta al obtener un pueblo

parent 00a5ff00
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
export class TownResDto {
  townId: number;
  name: string;
  description: string;
  imageName: string;
  stateId: number;
}