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:
@@ -4,7 +4,6 @@ using Microsoft.Extensions.DependencyInjection;
|
|||||||
using Mws.Application.Auth;
|
using Mws.Application.Auth;
|
||||||
using Mws.Application.Common;
|
using Mws.Application.Common;
|
||||||
using Mws.Application.Permissions;
|
using Mws.Application.Permissions;
|
||||||
using Mws.Application.Projects;
|
|
||||||
using Mws.Infrastructure.Authentication;
|
using Mws.Infrastructure.Authentication;
|
||||||
using Mws.Infrastructure.Persistence;
|
using Mws.Infrastructure.Persistence;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user