todo-minimal-api.git

git clone https://git.crispbyte.dev/todo-minimal-api.git

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
M TodoMinimal.WebApi/TodoService.cs
+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 {