consulta tonta

echale un ojo si te apetece
This commit is contained in:
Alejandro Sarmiento
2024-04-06 04:11:04 +02:00
parent b672887299
commit eed3cb108f
4 changed files with 56 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
namespace back.Entities.DTOs.Request
{
public class ConsultaLoca
{
public string Calle { get; set; }
public int IdPropietario { get; set; }
}
}