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 <noreply@anthropic.com>
This commit is contained in:
2026-08-17 21:21:59 +07:00
co-authored by Claude Sonnet 5
parent 4a1bd0a0f9
commit af1b287816
@@ -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;