How did that get there?

This commit is contained in:
CheddarCrisp 2024-02-12 14:19:39 -05:00
parent f8508a5da4
commit 9aea024934

View file

@ -1,5 +1,3 @@
using System.Text;
public record TodoDTO(int? Order, string? Title, bool? Completed, string Url);
public class TodoService {