From fb116743012336cc890a4428a938f63e15fc320f Mon Sep 17 00:00:00 2001 From: Cody Date: Sat, 4 Mar 2023 10:44:19 -0800 Subject: [PATCH] Missing - Using Oqtane.Repository --- .../Templates/External/Server/Manager/[Module]Manager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Oqtane.Server/wwwroot/Modules/Templates/External/Server/Manager/[Module]Manager.cs b/Oqtane.Server/wwwroot/Modules/Templates/External/Server/Manager/[Module]Manager.cs index a04db0cd..4f0b8506 100644 --- a/Oqtane.Server/wwwroot/Modules/Templates/External/Server/Manager/[Module]Manager.cs +++ b/Oqtane.Server/wwwroot/Modules/Templates/External/Server/Manager/[Module]Manager.cs @@ -6,6 +6,7 @@ using Oqtane.Modules; using Oqtane.Models; using Oqtane.Infrastructure; using Oqtane.Enums; +using Oqtane.Repository using [Owner].[Module].Repository; namespace [Owner].[Module].Manager @@ -58,4 +59,4 @@ namespace [Owner].[Module].Manager } } } -} \ No newline at end of file +}