namespace back.Entities.DTOs.Request { public class ConsultaLoca { public string Calle { get; set; } public int IdPropietario { get; set; } } }