+ An unhandled error has occurred.
+
Reload
+
🗙
+
+
+
+
+
+
diff --git a/samples/todoapp-blazor-wasm/TodoApp.BlazorWasm.Server/Controllers/TodoItemsController.cs b/samples/todoapp-blazor-wasm/TodoApp.BlazorWasm.Server/Controllers/TodoItemsController.cs
new file mode 100644
index 0000000..3e96cf7
--- /dev/null
+++ b/samples/todoapp-blazor-wasm/TodoApp.BlazorWasm.Server/Controllers/TodoItemsController.cs
@@ -0,0 +1,74 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+using CommunityToolkit.Datasync.Server;
+using CommunityToolkit.Datasync.Server.EntityFrameworkCore;
+using Microsoft.AspNetCore.Mvc;
+using TodoApp.BlazorWasm.Server.Database;
+
+namespace TodoApp.BlazorWasm.Server.Controllers;
+
+///