Skip to content

Commit 709e8b1

Browse files
committed
Move infer dependency
1 parent 0b8541c commit 709e8b1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

projects/.net7/README.MD

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
# .NET 7 (40)
1+
# .NET 7
22

33
Samples in this section require .NET 7. You can download it from [here](https://dotnet.microsoft.com/en-us/download/dotnet/7.0).
44

5-
* [Infer dependency from action parameter](mvc-infer-dependency-from-action)
6-
7-
There is no need for `[FromServices]` attribute anymore to inject a dependency to your action method.
8-
9-
105
## Problem Details
116

127
* [Problem Details - 1](problem-details)

projects/mvc/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@
1010
| | 33 |
1111

1212
* [Hello World](/projects/mvc/hello-world)
13+
1314
A "hello world" MVC app.
1415

16+
* [Infer dependency from action parameter](mvc-infer-dependency-from-action)
17+
18+
There is no need for `[FromServices]` attribute anymore to inject a dependency to your action method.
19+
1520
## Authentication/Authorization (1)
1621

1722
* [JWT](/projects/mvc/jwt)
File renamed without changes.

0 commit comments

Comments
 (0)