From 10132f9b82c57aed7e9e4115970e0bb4269f9868 Mon Sep 17 00:00:00 2001 From: niannian zheng Date: Tue, 10 Mar 2026 14:02:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20using=20Microsoft.Extensio?= =?UTF-8?q?ns.Logging;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AssetManager.Services/PortfolioService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AssetManager.Services/PortfolioService.cs b/AssetManager.Services/PortfolioService.cs index cb93836..04a6a1c 100644 --- a/AssetManager.Services/PortfolioService.cs +++ b/AssetManager.Services/PortfolioService.cs @@ -2,6 +2,7 @@ using AssetManager.Data; using AssetManager.Models.DTOs; using AssetManager.Infrastructure.Services; using SqlSugar; +using Microsoft.Extensions.Logging; namespace AssetManager.Services;