Skip to content

Commit f225fc8

Browse files
committed
review fixes
1 parent b398f8f commit f225fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnetcore/tutorials/first-web-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: wadepickett
44
description: Learn how to build a web API with ASP.NET Core.
55
ms.author: wpickett
66
ms.custom: mvc, engagement-fy24
7-
ms.date: 17/02/2025
7+
ms.date: 02/17/2025
88
uid: tutorials/first-web-api
99
---
1010

@@ -295,14 +295,14 @@ The *database context* is the main class that coordinates Entity Framework funct
295295
* Right-click the `Models` folder and select **Add** > **Class**. Name the class *TodoContext* and click **Add**.
296296
* Enter the following code:
297297

298-
:::code language="csharp" source="~/tutorials/first-web-api/samples/9.0/TodoApi/Models/TodoContext.cs":::
298+
:::code language="csharp" source="~/tutorials/first-web-api/samples/9.0/TodoApi/Models/TodoContext.cs":::
299299

300300
# [Visual Studio Code](#tab/visual-studio-code)
301301

302302
* Add a `TodoContext.cs` file to the `Models` folder.
303303
* Enter the following code:
304304

305-
:::code language="csharp" source="~/tutorials/first-web-api/samples/9.0/TodoApi_SwaggerVersion/Models/TodoContext.cs":::
305+
:::code language="csharp" source="~/tutorials/first-web-api/samples/9.0/TodoApi_SwaggerVersion/Models/TodoContext.cs":::
306306

307307
---
308308

0 commit comments

Comments
 (0)