1 instantiation of Todo
MinimalFormSample (1)
Program.cs (1)
60var result = Results.Ok(new Todo(name, isCompleted, dueDate));
1 reference to Todo
MinimalFormSample (1)
Program.cs (1)
52app.MapPost("/todo", [ValidateAntiForgeryToken] ([FromForm] Todo todo) => Results.Ok(todo));