From 838adacedde80a003b42dfad3f4afa338ffff265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E8=B7=83=20=E6=AF=95?= <18767336279@163.com> Date: Tue, 9 Jan 2024 15:10:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9AutofacPropertityModuleReg=20?= =?UTF-8?q?namespace=20=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Blog.Core.Api/Filter/AutofacPropertityModuleReg.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blog.Core.Api/Filter/AutofacPropertityModuleReg.cs b/Blog.Core.Api/Filter/AutofacPropertityModuleReg.cs index fe3647e..605c4f5 100644 --- a/Blog.Core.Api/Filter/AutofacPropertityModuleReg.cs +++ b/Blog.Core.Api/Filter/AutofacPropertityModuleReg.cs @@ -1,7 +1,7 @@ using Autofac; using Microsoft.AspNetCore.Mvc; -namespace Blog.Core.Extensions +namespace Blog.Core.Filter { public class AutofacPropertityModuleReg : Autofac.Module {