Application: Add CreateStreetDTO
This commit is contained in:
parent
cfaf05fa1d
commit
d2c1c61830
6
src/Application/CreateStreetDTO.cs
Normal file
6
src/Application/CreateStreetDTO.cs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
public class CreateStreetDTO
|
||||||
|
{
|
||||||
|
public string Name { get; set; }
|
||||||
|
public int Capacity { get; set; }
|
||||||
|
public List<CoordinateDTO> Geometry { get; set; }
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user