diff --git a/OliverBooth/Pages/Tutorials/Article.cshtml b/OliverBooth/Pages/Tutorials/Article.cshtml index c5dd15c..c7efb52 100644 --- a/OliverBooth/Pages/Tutorials/Article.cshtml +++ b/OliverBooth/Pages/Tutorials/Article.cshtml @@ -1,7 +1,7 @@ @page "/tutorial/{**slug}" @using Humanizer @using Microsoft.AspNetCore.Mvc.TagHelpers -@using OliverBooth.Data.Blog +@using OliverBooth.Data @using OliverBooth.Data.Web @using OliverBooth.Services @inject ITutorialService TutorialService @@ -64,7 +64,9 @@
@@ -75,7 +77,9 @@ }
diff --git a/OliverBooth/Pages/Tutorials/Index.cshtml b/OliverBooth/Pages/Tutorials/Index.cshtml index ab72749..aaa2346 100644 --- a/OliverBooth/Pages/Tutorials/Index.cshtml +++ b/OliverBooth/Pages/Tutorials/Index.cshtml @@ -1,5 +1,6 @@ @page "/tutorials/{**slug}" @using System.Text +@using OliverBooth.Data @using OliverBooth.Data.Web @using OliverBooth.Services @model Index @@ -31,11 +32,16 @@ }