consulta tonta
echale un ojo si te apetece
This commit is contained in:
8
back/Entities/DTOs/Request/ConsultaLoca.cs
Normal file
8
back/Entities/DTOs/Request/ConsultaLoca.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace back.Entities.DTOs.Request
|
||||
{
|
||||
public class ConsultaLoca
|
||||
{
|
||||
public string Calle { get; set; }
|
||||
public int IdPropietario { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user