Application: Add AddPointDTO
This commit is contained in:
parent
f12822b7de
commit
5074cb5696
5
src/Application/AddPointDTO.cs
Normal file
5
src/Application/AddPointDTO.cs
Normal file
@ -0,0 +1,5 @@
|
||||
public class AddPointDTO
|
||||
{
|
||||
public CoordinateDTO Point { get; set; }
|
||||
public bool usePostGIS { get; set; }
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user