diff --git a/src/Application/GetStreetDTO.cs b/src/Application/GetStreetDTO.cs new file mode 100644 index 0000000..b28b5f8 --- /dev/null +++ b/src/Application/GetStreetDTO.cs @@ -0,0 +1,6 @@ +public class GetStreetDTO +{ + public string Name { get; set; } + public int Capacity { get; set; } + public List Geometry { get; set; } +} \ No newline at end of file