- commit
- 9aea024
- parent
- f8508a5
- author
- CheddarCrisp
- date
- 2024-02-12 20:19:39 +0100 CET
How did that get there?
1 files changed,
+0,
-2
+0,
-2
1@@ -1,5 +1,3 @@
2-using System.Text;
3-
4 public record TodoDTO(int? Order, string? Title, bool? Completed, string Url);
5
6 public class TodoService {