Application: Add GetStreetDTO
This commit is contained in:
parent
c3567fcd59
commit
f12822b7de
6
src/Application/GetStreetDTO.cs
Normal file
6
src/Application/GetStreetDTO.cs
Normal file
@ -0,0 +1,6 @@
|
||||
public class GetStreetDTO
|
||||
{
|
||||
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