Skip to content

Commit 1951af1

Browse files
author
Wael Kdouh
committed
Added the remaining missing namespaces
1 parent b916539 commit 1951af1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/aca/02-aca-comm/Create.cshtml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Microsoft.AspNetCore.Mvc;
22
using Microsoft.AspNetCore.Mvc.RazorPages;
3+
using TasksTracker.WebPortal.Frontend.Ui.Pages.Tasks.Models;
34

45
namespace TasksTracker.WebPortal.Frontend.Ui.Pages.Tasks
56
{

docs/aca/02-aca-comm/Index.cshtml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Microsoft.AspNetCore.Mvc;
22
using Microsoft.AspNetCore.Mvc.RazorPages;
3+
using TasksTracker.WebPortal.Frontend.Ui.Pages.Tasks.Models;
34

45
namespace TasksTracker.WebPortal.Frontend.Ui.Pages
56
{

0 commit comments

Comments
 (0)