Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit ac84f79

Browse files
committed
Update TodoItemsController.cs
1 parent 3f121ca commit ac84f79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WebServices/TodoREST/TodoAPI/TodoAPI/Controllers/TodoItemsController.cs

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public enum ErrorCode
1818
}
1919
#endregion
2020

21+
#region snippetDI
2122
[ApiController]
2223
[Route("api/[controller]")]
2324
public class TodoItemsController : ControllerBase
@@ -28,6 +29,7 @@ public TodoItemsController(ITodoRepository todoRepository)
2829
{
2930
_todoRepository = todoRepository;
3031
}
32+
#endregion
3133

3234
#region snippet
3335
[HttpGet]

0 commit comments

Comments
 (0)