diff --git a/src/Application/CoordinateDTO.cs b/src/Application/CoordinateDTO.cs new file mode 100644 index 0000000..02c5b59 --- /dev/null +++ b/src/Application/CoordinateDTO.cs @@ -0,0 +1,5 @@ +public class CoordinateDTO +{ + public int X { get; set; } + public int Y { get; set; } +} \ No newline at end of file