From af1b287816c38778bee52bb09e1c0a1b58927821 Mon Sep 17 00:00:00 2001 From: namdh861 Date: Mon, 17 Aug 2026 21:21:59 +0700 Subject: [PATCH] Remove dead using from DependencyInjection.cs Mws.Application.Projects import orphaned by Task 4/5's IProjectService and IProjectMemberService deletions; nothing else in the file references that namespace. Found by final whole-branch review. Co-Authored-By: Claude Sonnet 5 --- mws.infrastructure/DependencyInjection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/mws.infrastructure/DependencyInjection.cs b/mws.infrastructure/DependencyInjection.cs index d297a50..e8a919e 100644 --- a/mws.infrastructure/DependencyInjection.cs +++ b/mws.infrastructure/DependencyInjection.cs @@ -4,7 +4,6 @@ using Microsoft.Extensions.DependencyInjection; using Mws.Application.Auth; using Mws.Application.Common; using Mws.Application.Permissions; -using Mws.Application.Projects; using Mws.Infrastructure.Authentication; using Mws.Infrastructure.Persistence;