diff --git a/src/Application/AddPointDTO.cs b/src/Application/AddPointDTO.cs new file mode 100644 index 0000000..a9208ab --- /dev/null +++ b/src/Application/AddPointDTO.cs @@ -0,0 +1,5 @@ +public class AddPointDTO +{ + public CoordinateDTO Point { get; set; } + public bool usePostGIS { get; set; } +} \ No newline at end of file