File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: wadepickett
44description : Learn how to build a web API with ASP.NET Core.
55ms.author : wpickett
66ms.custom : mvc, engagement-fy24
7- ms.date : 17/02 /2025
7+ ms.date : 02/17 /2025
88uid : 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
You can’t perform that action at this time.
0 commit comments