9 lines
183 B
C#
9 lines
183 B
C#
namespace back.Entities.DTOs.Request
|
|
{
|
|
public class ConsultaLoca
|
|
{
|
|
public string Calle { get; set; }
|
|
public int IdPropietario { get; set; }
|
|
}
|
|
}
|