How did that get there?
This commit is contained in:
parent
f8508a5da4
commit
9aea024934
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
using System.Text;
|
|
||||||
|
|
||||||
public record TodoDTO(int? Order, string? Title, bool? Completed, string Url);
|
public record TodoDTO(int? Order, string? Title, bool? Completed, string Url);
|
||||||
|
|
||||||
public class TodoService {
|
public class TodoService {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue